color codes Logo

#dae96d color codes

#DAE96D
(218,233,109)
0 Favorites   0 Comments

Color spaces of #dae96d

RGB 218233109
HSL0.190.740.67
HSV67°53°91°
CMYK 0.060.000.53   0.09
XYZ60.812774.287425.6017
Yxy74.28740.37840.4623
Hunter Lab86.1901-24.889542.7217
CIE-Lab89.0581-21.990957.6918

#dae96d color RGB value is (218,233,109).

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

The process color (four color CMYK) of #dae96d color code is 0.06, 0.00, 0.53, 0.09. Web safe color of #dae96d is #ccff66. Color #dae96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 01101101
Octal 332 351 155
Decimal 218 233 109
Hex DA E9 6D

RGB Percentages of Color #dae96d

%38.93
%41.61
%19.46

CMYK Percentages of Color #dae96d

%6
%0
%53
%9

Triadic Colors of #dae96d

#dae96d #6ddae9 #e96dda

Analogous Colors of #dae96d

#dae96d #9ce96d #e9ba6d

Monochromatic Colors of #dae96d

#dae96d

Complementary Color

#dae96d #7c6de9

#dae96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae96d Color CSS Codes

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

#dae96d Text Font Color

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

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


#dae96d Background Color

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

This div background color is #dae96d


#dae96d Border Color

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

This div border color is #dae96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae96d


Comments

No comments written yet.

Please login to write comment.