Color Hex Logo

#dae5a5 Color Hex

#DAE5A5
(218,229,165)
0 Favorites   0 Comments

Color spaces of #dae5a5

RGB 218229165
HSL0.200.550.77
HSV70°28°90°
CMYK 0.050.000.28   0.10
XYZ63.724373.660746.4566
Yxy73.66070.34660.4007
Hunter Lab85.8258-17.661827.9850
CIE-Lab88.7619-13.944830.0583

#dae5a5 color RGB value is (218,229,165).

#dae5a5 hex color red value is 218, green value is 229 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #dae5a5 hue: 0.20 , saturation: 0.55 and the lightness value of dae5a5 is 0.77.

The process color (four color CMYK) of #dae5a5 color hex is 0.05, 0.00, 0.28, 0.10. Web safe color of #dae5a5 is #cccc99. Color #dae5a5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 10100101
Octal 332 345 245
Decimal 218 229 165
Hex DA E5 A5

RGB Percentages of Color #dae5a5

%35.62
%37.42
%26.96

CMYK Percentages of Color #dae5a5

%5
%0
%28
%10

Triadic Colors of #dae5a5

#dae5a5 #a5dae5 #e5a5da

Analogous Colors of #dae5a5

#dae5a5 #bae5a5 #e5d0a5

Monochromatic Colors of #dae5a5

#dae5a5

Complementary Color

#dae5a5 #b0a5e5

#dae5a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5a5 Color CSS Codes

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

#dae5a5 Text Font Color

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

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


#dae5a5 Background Color

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

This div background color is #dae5a5


#dae5a5 Border Color

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

This div border color is #dae5a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5a5


Comments

No comments written yet.

Please login to write comment.