Color Hex Logo

#dad33b Color Hex

#DAD33B
(218,211,59)
0 Favorites   0 Comments

Color spaces of #dad33b

RGB 21821159
HSL0.160.680.54
HSV57°73°85°
CMYK 0.000.030.73   0.15
XYZ52.997161.809713.2749
Yxy61.80970.41380.4826
Hunter Lab78.6191-17.256845.0222
CIE-Lab82.8121-14.378271.1942

#dad33b color RGB value is (218,211,59).

#dad33b hex color red value is 218, green value is 211 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dad33b hue: 0.16 , saturation: 0.68 and the lightness value of dad33b is 0.54.

The process color (four color CMYK) of #dad33b color hex is 0.00, 0.03, 0.73, 0.15. Web safe color of #dad33b is #cccc33. Color #dad33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00111011
Octal 332 323 73
Decimal 218 211 59
Hex DA D3 3B

RGB Percentages of Color #dad33b

%44.67
%43.24
%12.09

CMYK Percentages of Color #dad33b

%0
%3
%73
%15

Triadic Colors of #dad33b

#dad33b #3bdad3 #d33bda

Analogous Colors of #dad33b

#dad33b #92da3b #da843b

Monochromatic Colors of #dad33b

#dad33b

Complementary Color

#dad33b #3b42da

#dad33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad33b Color CSS Codes

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

#dad33b Text Font Color

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

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


#dad33b Background Color

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

This div background color is #dad33b


#dad33b Border Color

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

This div border color is #dad33b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,211,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 #dad33b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad33b


Comments

No comments written yet.

Please login to write comment.