color details

Color Details
#4ddddf Color Hex

#4ddddf color RGB value is (4, 221, 221).
#4ddddf hex color red value is 4, green value is 221, and blue value is 221.
Cylindrical-coordinate representations (HSL) of color #4ddddf hue: 180, saturation: 0.96 and lightness: 0.44.

The process color (four-color CMYK) of #4ddddf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #4ddddf is #ff9999. Color #4ddddf contains mainly RED.

Color Spaces
Color spaces of #4ddddfValue
RGB77, 221, 223
HSL0.5, 0.7, 0.59
HSV181°, 65°, 87°
XYZ42.23, 58.61, 78.89
Base Numbers
Base Red Green Blue
Binary 1001101 11011101 11011111
Octal 115 335 337
Decimal 77 221 223
Hex 4D DD DF

RGB Percentages for Color #4ddddf

14.78%
42.42%
42.8%

CMYK Percentages of the Color #4ddddf

65.47%
0.9%
12.55%
CSS Codes for Color #4ddddf
.mybgColor {background-color: #4ddddf;}
.myforeColor {color: #4ddddf;}
.myborderColor {border:3px solid #4ddddf;}
Text Font Color #4ddddf

<p style="color:#4ddddf">Text here</p>

This sample text is styled with the font color #4ddddf. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #4ddddf

<div style="background-color:#4ddddf">Div content here</div>

The background color of this div is #4ddddf
Border Color #4ddddf

<div style="border:3px solid #4ddddf">Div here</div>

The border color of this div is #4ddddf
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(77, 221, 223, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #4ddddf;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #4ddddf;
-webkit-box-shadow: 1px 1px 3px #4ddddf;
box-shadow: 1px 1px 3px #4ddddf;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77, 221, 223, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #4ddddf;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #4ddddf; -webkit-box-shadow: 1px 1px 3px #4ddddf; box-shadow: 1px 1px 3px #4ddddf;">Div content here</div>

This div box has a shadow with a specified color. #4ddddf

Scroll to Top