Color Hex Logo

#dae20b Color Hex

#DAE20B
(218,226,11)
0 Favorites   0 Comments

Color spaces of #dae20b

RGB 21822611
HSL0.170.910.46
HSV62°95°89°
CMYK 0.040.000.95   0.11
XYZ56.170269.322310.7367
Yxy69.32230.41230.5089
Hunter Lab83.2600-25.282550.6363
CIE-Lab86.6634-22.924084.6069

#dae20b color RGB value is (218,226,11).

#dae20b hex color red value is 218, green value is 226 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dae20b hue: 0.17 , saturation: 0.91 and the lightness value of dae20b is 0.46.

The process color (four color CMYK) of #dae20b color hex is 0.04, 0.00, 0.95, 0.11. Web safe color of #dae20b is #cccc00. Color #dae20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100010 00001011
Octal 332 342 13
Decimal 218 226 11
Hex DA E2 B

RGB Percentages of Color #dae20b

%47.91
%49.67
%2.42

CMYK Percentages of Color #dae20b

%4
%0
%95
%11

Triadic Colors of #dae20b

#dae20b #0bdae2 #e20bda

Analogous Colors of #dae20b

#dae20b #6fe20b #e27f0b

Monochromatic Colors of #dae20b

#dae20b

Complementary Color

#dae20b #130be2

#dae20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae20b Color CSS Codes

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

#dae20b Text Font Color

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

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


#dae20b Background Color

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

This div background color is #dae20b


#dae20b Border Color

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

This div border color is #dae20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae20b


Comments

No comments written yet.

Please login to write comment.