Color Hex Logo

#dae51c Color Hex

#DAE51C
(218,229,28)
0 Favorites   0 Comments

Color spaces of #dae51c

RGB 21822928
HSL0.180.790.50
HSV63°88°90°
CMYK 0.050.000.88   0.10
XYZ57.142471.027911.7966
Yxy71.02790.40830.5075
Hunter Lab84.2781-26.459650.6957
CIE-Lab87.4986-24.116883.1013

#dae51c color RGB value is (218,229,28).

#dae51c hex color red value is 218, green value is 229 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #dae51c hue: 0.18 , saturation: 0.79 and the lightness value of dae51c is 0.50.

The process color (four color CMYK) of #dae51c color hex is 0.05, 0.00, 0.88, 0.10. Web safe color of #dae51c is #cccc33. Color #dae51c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00011100
Octal 332 345 34
Decimal 218 229 28
Hex DA E5 1C

RGB Percentages of Color #dae51c

%45.89
%48.21
%5.89

CMYK Percentages of Color #dae51c

%5
%0
%88
%10

Triadic Colors of #dae51c

#dae51c #1cdae5 #e51cda

Analogous Colors of #dae51c

#dae51c #76e51c #e58c1c

Monochromatic Colors of #dae51c

#dae51c

Complementary Color

#dae51c #271ce5

#dae51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae51c Color CSS Codes

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

#dae51c Text Font Color

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

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


#dae51c Background Color

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

This div background color is #dae51c


#dae51c Border Color

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

This div border color is #dae51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae51c


Comments

No comments written yet.

Please login to write comment.