Color Hex Logo

#dae057 Color Hex

#DAE057
(218,224,87)
0 Favorites   0 Comments

Color spaces of #dae057

RGB 21822487
HSL0.170.690.61
HSV63°61°88°
CMYK 0.030.000.61   0.12
XYZ57.289468.904919.2973
Yxy68.90490.39380.4736
Hunter Lab83.0090-22.072344.3230
CIE-Lab86.4569-19.265564.3079

#dae057 color RGB value is (218,224,87).

#dae057 hex color red value is 218, green value is 224 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #dae057 hue: 0.17 , saturation: 0.69 and the lightness value of dae057 is 0.61.

The process color (four color CMYK) of #dae057 color hex is 0.03, 0.00, 0.61, 0.12. Web safe color of #dae057 is #cccc66. Color #dae057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 01010111
Octal 332 340 127
Decimal 218 224 87
Hex DA E0 57

RGB Percentages of Color #dae057

%41.21
%42.34
%16.45

CMYK Percentages of Color #dae057

%3
%0
%61
%12

Triadic Colors of #dae057

#dae057 #57dae0 #e057da

Analogous Colors of #dae057

#dae057 #96e057 #e0a257

Monochromatic Colors of #dae057

#dae057

Complementary Color

#dae057 #5d57e0

#dae057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae057 Color CSS Codes

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

#dae057 Text Font Color

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

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


#dae057 Background Color

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

This div background color is #dae057


#dae057 Border Color

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

This div border color is #dae057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae057


Comments

No comments written yet.

Please login to write comment.