Color Hex Logo

#dae491 Color Hex

#DAE491
(218,228,145)
0 Favorites   0 Comments

Color spaces of #dae491

RGB 218228145
HSL0.190.610.73
HSV67°36°89°
CMYK 0.040.000.36   0.11
XYZ61.767772.436637.5142
Yxy72.43660.35970.4218
Hunter Lab85.1097-19.397033.4433
CIE-Lab88.1783-15.955039.4090

#dae491 color RGB value is (218,228,145).

#dae491 hex color red value is 218, green value is 228 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #dae491 hue: 0.19 , saturation: 0.61 and the lightness value of dae491 is 0.73.

The process color (four color CMYK) of #dae491 color hex is 0.04, 0.00, 0.36, 0.11. Web safe color of #dae491 is #cccc99. Color #dae491 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 10010001
Octal 332 344 221
Decimal 218 228 145
Hex DA E4 91

RGB Percentages of Color #dae491

%36.89
%38.58
%24.53

CMYK Percentages of Color #dae491

%4
%0
%36
%11

Triadic Colors of #dae491

#dae491 #91dae4 #e491da

Analogous Colors of #dae491

#dae491 #b1e491 #e4c591

Monochromatic Colors of #dae491

#dae491

Complementary Color

#dae491 #9b91e4

#dae491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae491 Color CSS Codes

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

#dae491 Text Font Color

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

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


#dae491 Background Color

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

This div background color is #dae491


#dae491 Border Color

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

This div border color is #dae491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae491


Comments

No comments written yet.

Please login to write comment.