Color Hex Logo

#d4ebae Color Hex

#D4EBAE
(212,235,174)
0 Favorites   0 Comments

Color spaces of #d4ebae

RGB 212235174
HSL0.230.600.80
HSV83°26°92°
CMYK 0.100.000.26   0.08
XYZ64.499776.469751.4050
Yxy76.46970.33530.3975
Hunter Lab87.4470-21.373026.3597
CIE-Lab90.0770-17.845527.1591

#d4ebae color RGB value is (212,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 10101110
Octal 324 353 256
Decimal 212 235 174
Hex D4 EB AE

RGB Percentages of Color #d4ebae

%34.14
%37.84
%28.02

CMYK Percentages of Color #d4ebae

%10
%0
%26
%8

Triadic Colors of #d4ebae

#d4ebae #aed4eb #ebaed4

Analogous Colors of #d4ebae

#d4ebae #b6ebae #ebe4ae

Monochromatic Colors of #d4ebae

#d4ebae

Complementary Color

#d4ebae #c5aeeb

#d4ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ebae Color CSS Codes

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

#d4ebae Text Font Color

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

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


#d4ebae Background Color

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

This div background color is #d4ebae


#d4ebae Border Color

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

This div border color is #d4ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ebae


Comments

No comments written yet.

Please login to write comment.