Color Hex Logo

#d8e2ca Color Hex

#D8E2CA
(216,226,202)
0 Favorites   0 Comments

Color spaces of #d8e2ca

RGB 216226202
HSL0.240.290.84
HSV85°11°89°
CMYK 0.040.000.11   0.11
XYZ66.175973.255966.5291
Yxy73.25590.32130.3557
Hunter Lab85.5897-11.769913.8265
CIE-Lab88.5696-7.574610.5799

#d8e2ca color RGB value is (216,226,202).

#d8e2ca hex color red value is 216, green value is 226 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d8e2ca hue: 0.24 , saturation: 0.29 and the lightness value of d8e2ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11100010 11001010
Octal 330 342 312
Decimal 216 226 202
Hex D8 E2 CA

RGB Percentages of Color #d8e2ca

%33.54
%35.09
%31.37

CMYK Percentages of Color #d8e2ca

%4
%0
%11
%11

Triadic Colors of #d8e2ca

#d8e2ca #cad8e2 #e2cad8

Analogous Colors of #d8e2ca

#d8e2ca #cce2ca #e2e0ca

Monochromatic Colors of #d8e2ca

#d8e2ca

Complementary Color

#d8e2ca #d4cae2

#d8e2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8e2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8e2ca Color CSS Codes

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

#d8e2ca Text Font Color

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

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


#d8e2ca Background Color

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

This div background color is #d8e2ca


#d8e2ca Border Color

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

This div border color is #d8e2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8e2ca


Comments

No comments written yet.

Please login to write comment.