Color Hex Logo

#dad03b Color Hex

#DAD03B
(218,208,59)
0 Favorites   0 Comments

Color spaces of #dad03b

RGB 21820859
HSL0.160.680.54
HSV56°73°85°
CMYK 0.000.050.73   0.15
XYZ52.258760.332913.0288
Yxy60.33290.41600.4803
Hunter Lab77.6743-15.836444.4269
CIE-Lab82.0188-12.879070.4431

#dad03b color RGB value is (218,208,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 00111011
Octal 332 320 73
Decimal 218 208 59
Hex DA D0 3B

RGB Percentages of Color #dad03b

%44.95
%42.89
%12.16

CMYK Percentages of Color #dad03b

%0
%5
%73
%15

Triadic Colors of #dad03b

#dad03b #3bdad0 #d03bda

Analogous Colors of #dad03b

#dad03b #95da3b #da813b

Monochromatic Colors of #dad03b

#dad03b

Complementary Color

#dad03b #3b45da

#dad03b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad03b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad03b Color CSS Codes

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

#dad03b Text Font Color

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

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


#dad03b Background Color

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

This div background color is #dad03b


#dad03b Border Color

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

This div border color is #dad03b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad03b


Comments

No comments written yet.

Please login to write comment.