Color Hex Logo

#dae359 Color Hex

#DAE359
(218,227,89)
0 Favorites   0 Comments

Color spaces of #dae359

RGB 21822789
HSL0.180.710.62
HSV64°61°89°
CMYK 0.040.000.61   0.11
XYZ58.185770.564920.0049
Yxy70.56490.39110.4744
Hunter Lab84.0029-23.364844.6824
CIE-Lab87.2732-20.592664.3585

#dae359 color RGB value is (218,227,89).

#dae359 hex color red value is 218, green value is 227 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #dae359 hue: 0.18 , saturation: 0.71 and the lightness value of dae359 is 0.62.

The process color (four color CMYK) of #dae359 color hex is 0.04, 0.00, 0.61, 0.11. Web safe color of #dae359 is #cccc66. Color #dae359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01011001
Octal 332 343 131
Decimal 218 227 89
Hex DA E3 59

RGB Percentages of Color #dae359

%40.82
%42.51
%16.67

CMYK Percentages of Color #dae359

%4
%0
%61
%11

Triadic Colors of #dae359

#dae359 #59dae3 #e359da

Analogous Colors of #dae359

#dae359 #95e359 #e3a759

Monochromatic Colors of #dae359

#dae359

Complementary Color

#dae359 #6259e3

#dae359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae359 Color CSS Codes

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

#dae359 Text Font Color

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

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


#dae359 Background Color

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

This div background color is #dae359


#dae359 Border Color

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

This div border color is #dae359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae359


Comments

No comments written yet.

Please login to write comment.