Color Hex Logo

#d5e0cd Color Hex

#D5E0CD
(213,224,205)
0 Favorites   0 Comments

Color spaces of #d5e0cd

RGB 213224205
HSL0.260.230.84
HSV95°88°
CMYK 0.050.000.08   0.12
XYZ65.115771.865268.1970
Yxy71.86520.31740.3503
Hunter Lab84.7733-11.244811.6447
CIE-Lab87.9037-7.08348.0252

#d5e0cd color RGB value is (213,224,205).

#d5e0cd hex color red value is 213, green value is 224 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d5e0cd hue: 0.26 , saturation: 0.23 and the lightness value of d5e0cd is 0.84.

The process color (four color CMYK) of #d5e0cd color hex is 0.05, 0.00, 0.08, 0.12. Web safe color of #d5e0cd is #cccccc. Color #d5e0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11100000 11001101
Octal 325 340 315
Decimal 213 224 205
Hex D5 E0 CD

RGB Percentages of Color #d5e0cd

%33.18
%34.89
%31.93

CMYK Percentages of Color #d5e0cd

%5
%0
%8
%12

Triadic Colors of #d5e0cd

#d5e0cd #cdd5e0 #e0cdd5

Analogous Colors of #d5e0cd

#d5e0cd #cde0cf #dfe0cd

Monochromatic Colors of #d5e0cd

#d5e0cd

Complementary Color

#d5e0cd #d8cde0

#d5e0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5e0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5e0cd Color CSS Codes

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

#d5e0cd Text Font Color

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

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


#d5e0cd Background Color

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

This div background color is #d5e0cd


#d5e0cd Border Color

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

This div border color is #d5e0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5e0cd


Comments

No comments written yet.

Please login to write comment.