Color Hex Logo

#d5edbd Color Hex

#D5EDBD
(213,237,189)
0 Favorites   0 Comments

Color spaces of #d5edbd

RGB 213237189
HSL0.250.570.84
HSV90°20°93°
CMYK 0.100.000.20   0.07
XYZ66.910178.388659.7481
Yxy78.38860.32630.3823
Hunter Lab88.5373-20.043021.9652
CIE-Lab90.9569-16.231920.6698

#d5edbd color RGB value is (213,237,189).

#d5edbd hex color red value is 213, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5edbd hue: 0.25 , saturation: 0.57 and the lightness value of d5edbd is 0.84.

The process color (four color CMYK) of #d5edbd color hex is 0.10, 0.00, 0.20, 0.07. Web safe color of #d5edbd is #ccffcc. Color #d5edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101101 10111101
Octal 325 355 275
Decimal 213 237 189
Hex D5 ED BD

RGB Percentages of Color #d5edbd

%33.33
%37.09
%29.58

CMYK Percentages of Color #d5edbd

%10
%0
%20
%7

Triadic Colors of #d5edbd

#d5edbd #bdd5ed #edbdd5

Analogous Colors of #d5edbd

#d5edbd #bdedbd #ededbd

Monochromatic Colors of #d5edbd

#d5edbd

Complementary Color

#d5edbd #d5bded

#d5edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5edbd Color CSS Codes

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

#d5edbd Text Font Color

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

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


#d5edbd Background Color

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

This div background color is #d5edbd


#d5edbd Border Color

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

This div border color is #d5edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5edbd


Comments

No comments written yet.

Please login to write comment.