Color Hex Logo

#dae124 Color Hex

#DAE124
(218,225,36)
0 Favorites   0 Comments

Color spaces of #dae124

RGB 21822536
HSL0.170.760.51
HSV62°84°88°
CMYK 0.030.000.84   0.12
XYZ56.157168.883212.0051
Yxy68.88320.40980.5026
Hunter Lab82.9959-24.465349.5210
CIE-Lab86.4462-22.020380.7284

#dae124 color RGB value is (218,225,36).

#dae124 hex color red value is 218, green value is 225 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #dae124 hue: 0.17 , saturation: 0.76 and the lightness value of dae124 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 00100100
Octal 332 341 44
Decimal 218 225 36
Hex DA E1 24

RGB Percentages of Color #dae124

%45.51
%46.97
%7.52

CMYK Percentages of Color #dae124

%3
%0
%84
%12

Triadic Colors of #dae124

#dae124 #24dae1 #e124da

Analogous Colors of #dae124

#dae124 #7ce124 #e18a24

Monochromatic Colors of #dae124

#dae124

Complementary Color

#dae124 #2b24e1

#dae124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae124 Color CSS Codes

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

#dae124 Text Font Color

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

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


#dae124 Background Color

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

This div background color is #dae124


#dae124 Border Color

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

This div border color is #dae124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae124


Comments

No comments written yet.

Please login to write comment.