Color Hex Logo

#d4ebac Color Hex

#D4EBAC
(212,235,172)
0 Favorites   0 Comments

Color spaces of #d4ebac

RGB 212235172
HSL0.230.610.80
HSV82°27°92°
CMYK 0.100.000.27   0.08
XYZ64.306176.392350.3856
Yxy76.39230.33650.3998
Hunter Lab87.4027-21.624227.0026
CIE-Lab90.0412-18.131228.1337

#d4ebac color RGB value is (212,235,172).

#d4ebac hex color red value is 212, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d4ebac hue: 0.23 , saturation: 0.61 and the lightness value of d4ebac is 0.80.

The process color (four color CMYK) of #d4ebac color hex is 0.10, 0.00, 0.27, 0.08. Web safe color of #d4ebac is #ccff99. Color #d4ebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 10101100
Octal 324 353 254
Decimal 212 235 172
Hex D4 EB AC

RGB Percentages of Color #d4ebac

%34.25
%37.96
%27.79

CMYK Percentages of Color #d4ebac

%10
%0
%27
%8

Triadic Colors of #d4ebac

#d4ebac #acd4eb #ebacd4

Analogous Colors of #d4ebac

#d4ebac #b5ebac #ebe3ac

Monochromatic Colors of #d4ebac

#d4ebac

Complementary Color

#d4ebac #c3aceb

#d4ebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebac Color CSS Codes

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

#d4ebac Text Font Color

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

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


#d4ebac Background Color

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

This div background color is #d4ebac


#d4ebac Border Color

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

This div border color is #d4ebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebac


Comments

No comments written yet.

Please login to write comment.