Color Hex Logo

#dae196 Color Hex

#DAE196
(218,225,150)
0 Favorites   0 Comments

Color spaces of #dae196

RGB 218225150
HSL0.180.560.74
HSV66°33°88°
CMYK 0.030.000.33   0.12
XYZ61.343770.957939.3172
Yxy70.95790.35740.4135
Hunter Lab84.2365-17.424531.2921
CIE-Lab87.4646-13.871635.9672

#dae196 color RGB value is (218,225,150).

#dae196 hex color red value is 218, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dae196 hue: 0.18 , saturation: 0.56 and the lightness value of dae196 is 0.74.

The process color (four color CMYK) of #dae196 color hex is 0.03, 0.00, 0.33, 0.12. Web safe color of #dae196 is #cccc99. Color #dae196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 10010110
Octal 332 341 226
Decimal 218 225 150
Hex DA E1 96

RGB Percentages of Color #dae196

%36.76
%37.94
%25.30

CMYK Percentages of Color #dae196

%3
%0
%33
%12

Triadic Colors of #dae196

#dae196 #96dae1 #e196da

Analogous Colors of #dae196

#dae196 #b5e196 #e1c396

Monochromatic Colors of #dae196

#dae196

Complementary Color

#dae196 #9d96e1

#dae196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae196 Color CSS Codes

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

#dae196 Text Font Color

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

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


#dae196 Background Color

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

This div background color is #dae196


#dae196 Border Color

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

This div border color is #dae196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae196


Comments

No comments written yet.

Please login to write comment.