Color Hex Logo

#dae886 Color Hex

#DAE886
(218,232,134)
0 Favorites   0 Comments

Color spaces of #dae886

RGB 218232134
HSL0.190.680.72
HSV69°42°91°
CMYK 0.060.000.42   0.09
XYZ62.073174.339933.6317
Yxy74.33990.36500.4372
Hunter Lab86.2206-22.377937.2274
CIE-Lab89.0829-19.141345.9827

#dae886 color RGB value is (218,232,134).

#dae886 hex color red value is 218, green value is 232 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dae886 hue: 0.19 , saturation: 0.68 and the lightness value of dae886 is 0.72.

The process color (four color CMYK) of #dae886 color hex is 0.06, 0.00, 0.42, 0.09. Web safe color of #dae886 is #ccff99. Color #dae886 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 10000110
Octal 332 350 206
Decimal 218 232 134
Hex DA E8 86

RGB Percentages of Color #dae886

%37.33
%39.73
%22.95

CMYK Percentages of Color #dae886

%6
%0
%42
%9

Triadic Colors of #dae886

#dae886 #86dae8 #e886da

Analogous Colors of #dae886

#dae886 #a9e886 #e8c586

Monochromatic Colors of #dae886

#dae886

Complementary Color

#dae886 #9486e8

#dae886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae886 Color CSS Codes

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

#dae886 Text Font Color

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

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


#dae886 Background Color

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

This div background color is #dae886


#dae886 Border Color

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

This div border color is #dae886


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,232,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dae886; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dae886;
  -webkit-box-shadow: 1px 1px 3px 2px #dae886;
  box-shadow:         1px 1px 3px 2px #dae886; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,232,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae886


Comments

No comments written yet.

Please login to write comment.