Color Hex Logo

#dae1a0 Color Hex

#DAE1A0
(218,225,160)
0 Favorites   0 Comments

Color spaces of #dae1a0

RGB 218225160
HSL0.180.520.75
HSV66°29°88°
CMYK 0.030.000.29   0.12
XYZ62.183871.293943.7414
Yxy71.29390.35090.4023
Hunter Lab84.4357-16.303828.3902
CIE-Lab87.6276-12.610831.0951

#dae1a0 color RGB value is (218,225,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 10100000
Octal 332 341 240
Decimal 218 225 160
Hex DA E1 A0

RGB Percentages of Color #dae1a0

%36.15
%37.31
%26.53

CMYK Percentages of Color #dae1a0

%3
%0
%29
%12

Triadic Colors of #dae1a0

#dae1a0 #a0dae1 #e1a0da

Analogous Colors of #dae1a0

#dae1a0 #bae1a0 #e1c8a0

Monochromatic Colors of #dae1a0

#dae1a0

Complementary Color

#dae1a0 #a7a0e1

#dae1a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1a0 Color CSS Codes

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

#dae1a0 Text Font Color

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

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


#dae1a0 Background Color

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

This div background color is #dae1a0


#dae1a0 Border Color

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

This div border color is #dae1a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1a0


Comments

No comments written yet.

Please login to write comment.