Color Hex Logo

#dae786 Color Hex

#DAE786
(218,231,134)
0 Favorites   0 Comments

Color spaces of #dae786

RGB 218231134
HSL0.190.670.72
HSV68°42°91°
CMYK 0.060.000.42   0.09
XYZ61.792473.778533.5381
Yxy73.77850.36540.4363
Hunter Lab85.8944-21.902436.9759
CIE-Lab88.8177-18.653245.6510

#dae786 color RGB value is (218,231,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100111 10000110
Octal 332 347 206
Decimal 218 231 134
Hex DA E7 86

RGB Percentages of Color #dae786

%37.39
%39.62
%22.98

CMYK Percentages of Color #dae786

%6
%0
%42
%9

Triadic Colors of #dae786

#dae786 #86dae7 #e786da

Analogous Colors of #dae786

#dae786 #aae786 #e7c486

Monochromatic Colors of #dae786

#dae786

Complementary Color

#dae786 #9386e7

#dae786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae786 Color CSS Codes

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

#dae786 Text Font Color

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

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


#dae786 Background Color

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

This div background color is #dae786


#dae786 Border Color

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

This div border color is #dae786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae786


Comments

No comments written yet.

Please login to write comment.