Color Hex Logo

#d5eacb Color Hex

#D5EACB
(213,234,203)
0 Favorites   0 Comments

Color spaces of #d5eacb

RGB 213234203
HSL0.280.420.86
HSV101°13°92°
CMYK 0.090.000.13   0.08
XYZ67.642977.303667.8558
Yxy77.30360.31790.3633
Hunter Lab87.9225-16.535815.7876
CIE-Lab90.4612-12.477112.7205

#d5eacb color RGB value is (213,234,203).

#d5eacb hex color red value is 213, green value is 234 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d5eacb hue: 0.28 , saturation: 0.42 and the lightness value of d5eacb is 0.86.

The process color (four color CMYK) of #d5eacb color hex is 0.09, 0.00, 0.13, 0.08. Web safe color of #d5eacb is #ccffcc. Color #d5eacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101010 11001011
Octal 325 352 313
Decimal 213 234 203
Hex D5 EA CB

RGB Percentages of Color #d5eacb

%32.77
%36.00
%31.23

CMYK Percentages of Color #d5eacb

%9
%0
%13
%8

Triadic Colors of #d5eacb

#d5eacb #cbd5ea #eacbd5

Analogous Colors of #d5eacb

#d5eacb #cbead1 #e5eacb

Monochromatic Colors of #d5eacb

#d5eacb

Complementary Color

#d5eacb #e0cbea

#d5eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eacb Color CSS Codes

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

#d5eacb Text Font Color

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

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


#d5eacb Background Color

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

This div background color is #d5eacb


#d5eacb Border Color

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

This div border color is #d5eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5eacb


Comments

No comments written yet.

Please login to write comment.