Color Hex Logo

#dae96a Color Hex

#DAE96A
(218,233,106)
0 Favorites   0 Comments

Color spaces of #dae96a

RGB 218233106
HSL0.190.740.66
HSV67°55°91°
CMYK 0.060.000.55   0.09
XYZ60.653974.223924.7655
Yxy74.22390.37990.4649
Hunter Lab86.1533-25.100243.2639
CIE-Lab89.0282-22.237258.9990

#dae96a color RGB value is (218,233,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01101010
Octal 332 351 152
Decimal 218 233 106
Hex DA E9 6A

RGB Percentages of Color #dae96a

%39.14
%41.83
%19.03

CMYK Percentages of Color #dae96a

%6
%0
%55
%9

Triadic Colors of #dae96a

#dae96a #6adae9 #e96ada

Analogous Colors of #dae96a

#dae96a #9be96a #e9b96a

Monochromatic Colors of #dae96a

#dae96a

Complementary Color

#dae96a #796ae9

#dae96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae96a Color CSS Codes

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

#dae96a Text Font Color

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

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


#dae96a Background Color

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

This div background color is #dae96a


#dae96a Border Color

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

This div border color is #dae96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae96a


Comments

No comments written yet.

Please login to write comment.