Color Hex Logo

#d4eacb Color Hex

#D4EACB
(212,234,203)
0 Favorites   0 Comments

Color spaces of #d4eacb

RGB 212234203
HSL0.280.420.86
HSV103°13°92°
CMYK 0.090.000.13   0.08
XYZ67.353777.154567.8423
Yxy77.15450.31720.3633
Hunter Lab87.8376-16.842515.6931
CIE-Lab90.3927-12.818912.6138

#d4eacb color RGB value is (212,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101010 11001011
Octal 324 352 313
Decimal 212 234 203
Hex D4 EA CB

RGB Percentages of Color #d4eacb

%32.67
%36.06
%31.28

CMYK Percentages of Color #d4eacb

%9
%0
%13
%8

Triadic Colors of #d4eacb

#d4eacb #cbd4ea #eacbd4

Analogous Colors of #d4eacb

#d4eacb #cbead2 #e4eacb

Monochromatic Colors of #d4eacb

#d4eacb

Complementary Color

#d4eacb #e1cbea

#d4eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eacb Color CSS Codes

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

#d4eacb Text Font Color

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

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


#d4eacb Background Color

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

This div background color is #d4eacb


#d4eacb Border Color

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

This div border color is #d4eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eacb

#d4eacb Color Palettes


Comments

No comments written yet.

Please login to write comment.