Color Hex Logo

#dfe4cd Color Hex

#DFE4CD
(223,228,205)
0 Favorites   0 Comments

Color spaces of #dfe4cd

RGB 223228205
HSL0.200.300.85
HSV73°10°89°
CMYK 0.020.000.10   0.11
XYZ69.194375.582668.6996
Yxy75.58260.32410.3541
Hunter Lab86.9383-10.073514.0051
CIE-Lab89.6652-5.659110.6430

#dfe4cd color RGB value is (223,228,205).

#dfe4cd hex color red value is 223, green value is 228 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dfe4cd hue: 0.20 , saturation: 0.30 and the lightness value of dfe4cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 11001101
Octal 337 344 315
Decimal 223 228 205
Hex DF E4 CD

RGB Percentages of Color #dfe4cd

%33.99
%34.76
%31.25

CMYK Percentages of Color #dfe4cd

%2
%0
%10
%11

Triadic Colors of #dfe4cd

#dfe4cd #cddfe4 #e4cddf

Analogous Colors of #dfe4cd

#dfe4cd #d4e4cd #e4decd

Monochromatic Colors of #dfe4cd

#dfe4cd

Complementary Color

#dfe4cd #d2cde4

#dfe4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4cd Color CSS Codes

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

#dfe4cd Text Font Color

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

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


#dfe4cd Background Color

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

This div background color is #dfe4cd


#dfe4cd Border Color

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

This div border color is #dfe4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4cd


Comments

No comments written yet.

Please login to write comment.