color details

Color Details
#ffdcef Color Hex

#ffdcef color RGB value is (15, 253, 206).
#ffdcef hex color red value is 15, green value is 253, and blue value is 206.
Cylindrical-coordinate representations (HSL) of color #ffdcef hue: 168.15, saturation: 0.98 and lightness: 0.53.

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

Color Spaces
Color spaces of #ffdcefValue
RGB255, 220, 239
HSL0.91, 1, 0.93
HSV327°, 14°, 100°
XYZ82.41, 78.68, 92.49
Base Numbers
Base Red Green Blue
Binary 11111111 11011100 11101111
Octal 377 334 357
Decimal 255 220 239
Hex FF DC EF

RGB Percentages for Color #ffdcef

35.71%
30.81%
33.47%

CMYK Percentages of the Color #ffdcef

13.73%
6.27%
CSS Codes for Color #ffdcef
.mybgColor {background-color: #ffdcef;}
.myforeColor {color: #ffdcef;}
.myborderColor {border:3px solid #ffdcef;}
Text Font Color #ffdcef

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

This sample text is styled with the font color #ffdcef. 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 #ffdcef

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

The background color of this div is #ffdcef
Border Color #ffdcef

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

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

<p style="text-shadow: 4px 4px 2px rgba(255, 220, 239, 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 #ffdcef;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #ffdcef

Scroll to Top