Color Hex Logo

#dae53b Color Hex

#DAE53B
(218,229,59)
0 Favorites   0 Comments

Color spaces of #dae53b

RGB 21822959
HSL0.180.770.56
HSV64°74°90°
CMYK 0.050.000.74   0.10
XYZ57.722271.259814.8499
Yxy71.25980.40130.4954
Hunter Lab84.4155-25.671348.6609
CIE-Lab87.6111-23.179475.6918

#dae53b color RGB value is (218,229,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 00111011
Octal 332 345 73
Decimal 218 229 59
Hex DA E5 3B

RGB Percentages of Color #dae53b

%43.08
%45.26
%11.66

CMYK Percentages of Color #dae53b

%5
%0
%74
%10

Triadic Colors of #dae53b

#dae53b #3bdae5 #e53bda

Analogous Colors of #dae53b

#dae53b #85e53b #e59b3b

Monochromatic Colors of #dae53b

#dae53b

Complementary Color

#dae53b #463be5

#dae53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae53b Color CSS Codes

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

#dae53b Text Font Color

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

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


#dae53b Background Color

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

This div background color is #dae53b


#dae53b Border Color

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

This div border color is #dae53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae53b


Comments

No comments written yet.

Please login to write comment.