Color Hex Logo

#d5ebcc Color Hex

#D5EBCC
(213,235,204)
0 Favorites   0 Comments

Color spaces of #d5ebcc

RGB 213235204
HSL0.280.440.86
HSV103°13°92°
CMYK 0.090.000.13   0.08
XYZ68.048077.922468.5808
Yxy77.92240.31720.3632
Hunter Lab88.2737-16.877615.7285
CIE-Lab90.7445-12.808912.6027

#d5ebcc color RGB value is (213,235,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101011 11001100
Octal 325 353 314
Decimal 213 235 204
Hex D5 EB CC

RGB Percentages of Color #d5ebcc

%32.67
%36.04
%31.29

CMYK Percentages of Color #d5ebcc

%9
%0
%13
%8

Triadic Colors of #d5ebcc

#d5ebcc #ccd5eb #ebccd5

Analogous Colors of #d5ebcc

#d5ebcc #ccebd3 #e5ebcc

Monochromatic Colors of #d5ebcc

#d5ebcc

Complementary Color

#d5ebcc #e2cceb

#d5ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ebcc Color CSS Codes

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

#d5ebcc Text Font Color

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

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


#d5ebcc Background Color

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

This div background color is #d5ebcc


#d5ebcc Border Color

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

This div border color is #d5ebcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,235,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ebcc


Comments

No comments written yet.

Please login to write comment.