Color Hex Logo

#d7eacb Color Hex

#D7EACB
(215,234,203)
0 Favorites   0 Comments

Color spaces of #d7eacb

RGB 215234203
HSL0.270.420.86
HSV97°13°92°
CMYK 0.080.000.13   0.08
XYZ68.226677.604567.8832
Yxy77.60450.31920.3631
Hunter Lab88.0934-15.918815.9776
CIE-Lab90.5991-11.791312.9354

#d7eacb color RGB value is (215,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101010 11001011
Octal 327 352 313
Decimal 215 234 203
Hex D7 EA CB

RGB Percentages of Color #d7eacb

%32.98
%35.89
%31.13

CMYK Percentages of Color #d7eacb

%8
%0
%13
%8

Triadic Colors of #d7eacb

#d7eacb #cbd7ea #eacbd7

Analogous Colors of #d7eacb

#d7eacb #cbeacf #e7eacb

Monochromatic Colors of #d7eacb

#d7eacb

Complementary Color

#d7eacb #decbea

#d7eacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7eacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7eacb Color CSS Codes

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

#d7eacb Text Font Color

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

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


#d7eacb Background Color

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

This div background color is #d7eacb


#d7eacb Border Color

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

This div border color is #d7eacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7eacb


Comments

No comments written yet.

Please login to write comment.