Color Hex Logo

#dfe2cb Color Hex

#DFE2CB
(223,226,203)
0 Favorites   0 Comments

Color spaces of #dfe2cb

RGB 223226203
HSL0.190.280.84
HSV68°10°89°
CMYK 0.010.000.10   0.11
XYZ68.407374.392567.2536
Yxy74.39250.32570.3542
Hunter Lab86.2511-9.367814.1449
CIE-Lab89.1077-4.967710.8938

#dfe2cb color RGB value is (223,226,203).

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

The process color (four color CMYK) of #dfe2cb color hex is 0.01, 0.00, 0.10, 0.11. Web safe color of #dfe2cb is #cccccc. Color #dfe2cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 11001011
Octal 337 342 313
Decimal 223 226 203
Hex DF E2 CB

RGB Percentages of Color #dfe2cb

%34.20
%34.66
%31.13

CMYK Percentages of Color #dfe2cb

%1
%0
%10
%11

Triadic Colors of #dfe2cb

#dfe2cb #cbdfe2 #e2cbdf

Analogous Colors of #dfe2cb

#dfe2cb #d4e2cb #e2dacb

Monochromatic Colors of #dfe2cb

#dfe2cb

Complementary Color

#dfe2cb #cecbe2

#dfe2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe2cb Color CSS Codes

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

#dfe2cb Text Font Color

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

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


#dfe2cb Background Color

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

This div background color is #dfe2cb


#dfe2cb Border Color

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

This div border color is #dfe2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe2cb


Comments

No comments written yet.

Please login to write comment.