Color Hex Logo

#d4eba8 Color Hex

#D4EBA8
(212,235,168)
0 Favorites   0 Comments

Color spaces of #d4eba8

RGB 212235168
HSL0.220.630.79
HSV81°29°92°
CMYK 0.100.000.29   0.08
XYZ63.927676.240948.3924
Yxy76.24090.33900.4043
Hunter Lab87.3160-22.116028.2614
CIE-Lab89.9711-18.692030.0802

#d4eba8 color RGB value is (212,235,168).

#d4eba8 hex color red value is 212, green value is 235 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #d4eba8 hue: 0.22 , saturation: 0.63 and the lightness value of d4eba8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101011 10101000
Octal 324 353 250
Decimal 212 235 168
Hex D4 EB A8

RGB Percentages of Color #d4eba8

%34.47
%38.21
%27.32

CMYK Percentages of Color #d4eba8

%10
%0
%29
%8

Triadic Colors of #d4eba8

#d4eba8 #a8d4eb #eba8d4

Analogous Colors of #d4eba8

#d4eba8 #b3eba8 #ebe1a8

Monochromatic Colors of #d4eba8

#d4eba8

Complementary Color

#d4eba8 #bfa8eb

#d4eba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4eba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4eba8 Color CSS Codes

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

#d4eba8 Text Font Color

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

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


#d4eba8 Background Color

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

This div background color is #d4eba8


#d4eba8 Border Color

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

This div border color is #d4eba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4eba8


Comments

No comments written yet.

Please login to write comment.