Color Hex Logo

#dfe9cb Color Hex

#DFE9CB
(223,233,203)
0 Favorites   0 Comments

Color spaces of #dfe9cb

RGB 223233203
HSL0.220.410.85
HSV80°13°91°
CMYK 0.040.000.13   0.09
XYZ70.349878.277667.9012
Yxy78.27760.32490.3615
Hunter Lab88.4746-12.897916.4292
CIE-Lab90.9064-8.519313.4501

#dfe9cb color RGB value is (223,233,203).

#dfe9cb hex color red value is 223, green value is 233 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfe9cb hue: 0.22 , saturation: 0.41 and the lightness value of dfe9cb is 0.85.

The process color (four color CMYK) of #dfe9cb color hex is 0.04, 0.00, 0.13, 0.09. Web safe color of #dfe9cb is #ccffcc. Color #dfe9cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 11001011
Octal 337 351 313
Decimal 223 233 203
Hex DF E9 CB

RGB Percentages of Color #dfe9cb

%33.84
%35.36
%30.80

CMYK Percentages of Color #dfe9cb

%4
%0
%13
%9

Triadic Colors of #dfe9cb

#dfe9cb #cbdfe9 #e9cbdf

Analogous Colors of #dfe9cb

#dfe9cb #d0e9cb #e9e4cb

Monochromatic Colors of #dfe9cb

#dfe9cb

Complementary Color

#dfe9cb #d5cbe9

#dfe9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe9cb Color CSS Codes

.mybgcolor {background-color:#dfe9cb; } 
.myforecolor {color:#dfe9cb; }
.mybordercolor {border:3px solid #dfe9cb; }

#dfe9cb Text Font Color

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

This sample text font color is #dfe9cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfe9cb Background Color

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

This div background color is #dfe9cb


#dfe9cb Border Color

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

This div border color is #dfe9cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,233,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfe9cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfe9cb;
  -webkit-box-shadow: 1px 1px 3px 2px #dfe9cb;
  box-shadow:         1px 1px 3px 2px #dfe9cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe9cb


Comments

No comments written yet.

Please login to write comment.