Color Hex Logo

#dae357 Color Hex

#DAE357
(218,227,87)
0 Favorites   0 Comments

Color spaces of #dae357

RGB 21822787
HSL0.180.710.62
HSV64°62°89°
CMYK 0.040.000.62   0.11
XYZ58.102870.531719.5685
Yxy70.53170.39200.4759
Hunter Lab83.9832-23.477344.9733
CIE-Lab87.2570-20.724565.1635

#dae357 color RGB value is (218,227,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 01010111
Octal 332 343 127
Decimal 218 227 87
Hex DA E3 57

RGB Percentages of Color #dae357

%40.98
%42.67
%16.35

CMYK Percentages of Color #dae357

%4
%0
%62
%11

Triadic Colors of #dae357

#dae357 #57dae3 #e357da

Analogous Colors of #dae357

#dae357 #94e357 #e3a657

Monochromatic Colors of #dae357

#dae357

Complementary Color

#dae357 #6057e3

#dae357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae357 Color CSS Codes

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

#dae357 Text Font Color

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

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


#dae357 Background Color

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

This div background color is #dae357


#dae357 Border Color

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

This div border color is #dae357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae357


Comments

No comments written yet.

Please login to write comment.