Color Hex Logo

#dae0a5 Color Hex

#DAE0A5
(218,224,165)
0 Favorites   0 Comments

Color spaces of #dae0a5

RGB 218224165
HSL0.180.490.76
HSV66°26°88°
CMYK 0.030.000.26   0.12
XYZ62.360670.933346.0021
Yxy70.93330.34780.3956
Hunter Lab84.2219-15.221226.5711
CIE-Lab87.4526-11.445528.2936

#dae0a5 color RGB value is (218,224,165).

#dae0a5 hex color red value is 218, green value is 224 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dae0a5 hue: 0.18 , saturation: 0.49 and the lightness value of dae0a5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 10100101
Octal 332 340 245
Decimal 218 224 165
Hex DA E0 A5

RGB Percentages of Color #dae0a5

%35.91
%36.90
%27.18

CMYK Percentages of Color #dae0a5

%3
%0
%26
%12

Triadic Colors of #dae0a5

#dae0a5 #a5dae0 #e0a5da

Analogous Colors of #dae0a5

#dae0a5 #bde0a5 #e0c9a5

Monochromatic Colors of #dae0a5

#dae0a5

Complementary Color

#dae0a5 #aba5e0

#dae0a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0a5 Color CSS Codes

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

#dae0a5 Text Font Color

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

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


#dae0a5 Background Color

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

This div background color is #dae0a5


#dae0a5 Border Color

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

This div border color is #dae0a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0a5


Comments

No comments written yet.

Please login to write comment.