Color Hex Logo

#dfe4ca Color Hex

#DFE4CA
(223,228,202)
0 Favorites   0 Comments

Color spaces of #dfe4ca

RGB 223228202
HSL0.200.330.84
HSV72°11°89°
CMYK 0.020.000.11   0.11
XYZ68.835575.439066.8103
Yxy75.43900.32610.3574
Hunter Lab86.8556-10.531115.1924
CIE-Lab89.5982-6.149312.1146

#dfe4ca color RGB value is (223,228,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 11001010
Octal 337 344 312
Decimal 223 228 202
Hex DF E4 CA

RGB Percentages of Color #dfe4ca

%34.15
%34.92
%30.93

CMYK Percentages of Color #dfe4ca

%2
%0
%11
%11

Triadic Colors of #dfe4ca

#dfe4ca #cadfe4 #e4cadf

Analogous Colors of #dfe4ca

#dfe4ca #d2e4ca #e4dcca

Monochromatic Colors of #dfe4ca

#dfe4ca

Complementary Color

#dfe4ca #cfcae4

#dfe4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe4ca Color CSS Codes

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

#dfe4ca Text Font Color

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

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


#dfe4ca Background Color

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

This div background color is #dfe4ca


#dfe4ca Border Color

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

This div border color is #dfe4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe4ca


Comments

No comments written yet.

Please login to write comment.