Color Hex Logo

#dfe0cb Color Hex

#DFE0CB
(223,224,203)
0 Favorites   0 Comments

Color spaces of #dfe0cb

RGB 223224203
HSL0.170.250.84
HSV63°88°
CMYK 0.000.000.09   0.12
XYZ67.866673.311167.0734
Yxy73.31110.32590.3520
Hunter Lab85.6219-8.353613.4895
CIE-Lab88.5959-3.945510.1636

#dfe0cb color RGB value is (223,224,203).

#dfe0cb hex color red value is 223, green value is 224 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dfe0cb hue: 0.17 , saturation: 0.25 and the lightness value of dfe0cb is 0.84.

The process color (four color CMYK) of #dfe0cb color hex is 0.00, 0.00, 0.09, 0.12. Web safe color of #dfe0cb is #cccccc. Color #dfe0cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 11001011
Octal 337 340 313
Decimal 223 224 203
Hex DF E0 CB

RGB Percentages of Color #dfe0cb

%34.31
%34.46
%31.23

CMYK Percentages of Color #dfe0cb

%0
%0
%9
%12

Triadic Colors of #dfe0cb

#dfe0cb #cbdfe0 #e0cbdf

Analogous Colors of #dfe0cb

#dfe0cb #d5e0cb #e0d7cb

Monochromatic Colors of #dfe0cb

#dfe0cb

Complementary Color

#dfe0cb #cccbe0

#dfe0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0cb Color CSS Codes

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

#dfe0cb Text Font Color

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

This sample text font color is #dfe0cb
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.


#dfe0cb Background Color

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

This div background color is #dfe0cb


#dfe0cb Border Color

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

This div border color is #dfe0cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,224,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 #dfe0cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0cb


Comments

No comments written yet.

Please login to write comment.