Color Hex Logo

#dae86a Color Hex

#DAE86A
(218,232,106)
0 Favorites   0 Comments

Color spaces of #dae86a

RGB 218232106
HSL0.190.730.66
HSV67°54°91°
CMYK 0.060.000.54   0.09
XYZ60.371673.659324.6714
Yxy73.65930.38040.4641
Hunter Lab85.8250-24.632143.0339
CIE-Lab88.7612-21.755358.6935

#dae86a color RGB value is (218,232,106).

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

The process color (four color CMYK) of #dae86a color hex is 0.06, 0.00, 0.54, 0.09. Web safe color of #dae86a is #ccff66. Color #dae86a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 01101010
Octal 332 350 152
Decimal 218 232 106
Hex DA E8 6A

RGB Percentages of Color #dae86a

%39.21
%41.73
%19.06

CMYK Percentages of Color #dae86a

%6
%0
%54
%9

Triadic Colors of #dae86a

#dae86a #6adae8 #e86ada

Analogous Colors of #dae86a

#dae86a #9be86a #e8b76a

Monochromatic Colors of #dae86a

#dae86a

Complementary Color

#dae86a #786ae8

#dae86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae86a Color CSS Codes

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

#dae86a Text Font Color

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

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


#dae86a Background Color

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

This div background color is #dae86a


#dae86a Border Color

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

This div border color is #dae86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae86a


Comments

No comments written yet.

Please login to write comment.