Color Hex Logo

#d4edbd Color Hex

#D4EDBD
(212,237,189)
0 Favorites   0 Comments

Color spaces of #d4edbd

RGB 212237189
HSL0.250.570.84
HSV91°20°93°
CMYK 0.110.000.20   0.07
XYZ66.620978.239559.7346
Yxy78.23950.32560.3824
Hunter Lab88.4531-20.350721.8771
CIE-Lab90.8891-16.581220.5652

#d4edbd color RGB value is (212,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101101 10111101
Octal 324 355 275
Decimal 212 237 189
Hex D4 ED BD

RGB Percentages of Color #d4edbd

%33.23
%37.15
%29.62

CMYK Percentages of Color #d4edbd

%11
%0
%20
%7

Triadic Colors of #d4edbd

#d4edbd #bdd4ed #edbdd4

Analogous Colors of #d4edbd

#d4edbd #bdedbe #ecedbd

Monochromatic Colors of #d4edbd

#d4edbd

Complementary Color

#d4edbd #d6bded

#d4edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4edbd Color CSS Codes

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

#d4edbd Text Font Color

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

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


#d4edbd Background Color

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

This div background color is #d4edbd


#d4edbd Border Color

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

This div border color is #d4edbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4edbd


Comments

No comments written yet.

Please login to write comment.