Color Hex Logo

#dae027 Color Hex

#DAE027
(218,224,39)
0 Favorites   0 Comments

Color spaces of #dae027

RGB 21822439
HSL0.170.750.52
HSV62°83°88°
CMYK 0.030.000.83   0.12
XYZ55.935368.363212.1668
Yxy68.36320.40990.5010
Hunter Lab82.6820-23.936449.1528
CIE-Lab86.1877-21.459479.8542

#dae027 color RGB value is (218,224,39).

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

The process color (four color CMYK) of #dae027 color hex is 0.03, 0.00, 0.83, 0.12. Web safe color of #dae027 is #cccc33. Color #dae027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 00100111
Octal 332 340 47
Decimal 218 224 39
Hex DA E0 27

RGB Percentages of Color #dae027

%45.32
%46.57
%8.11

CMYK Percentages of Color #dae027

%3
%0
%83
%12

Triadic Colors of #dae027

#dae027 #27dae0 #e027da

Analogous Colors of #dae027

#dae027 #7ee027 #e08a27

Monochromatic Colors of #dae027

#dae027

Complementary Color

#dae027 #2d27e0

#dae027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae027 Color CSS Codes

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

#dae027 Text Font Color

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

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


#dae027 Background Color

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

This div background color is #dae027


#dae027 Border Color

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

This div border color is #dae027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae027


Comments

No comments written yet.

Please login to write comment.