Color Hex Logo

#dad04b Color Hex

#DAD04B
(218,208,75)
0 Favorites   0 Comments

Color spaces of #dad04b

RGB 21820875
HSL0.160.660.57
HSV56°66°85°
CMYK 0.000.050.66   0.15
XYZ52.739360.525215.5595
Yxy60.52520.40940.4698
Hunter Lab77.7979-15.141142.6006
CIE-Lab82.1228-12.075564.6150

#dad04b color RGB value is (218,208,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01001011
Octal 332 320 113
Decimal 218 208 75
Hex DA D0 4B

RGB Percentages of Color #dad04b

%43.51
%41.52
%14.97

CMYK Percentages of Color #dad04b

%0
%5
%66
%15

Triadic Colors of #dad04b

#dad04b #4bdad0 #d04bda

Analogous Colors of #dad04b

#dad04b #9dda4b #da894b

Monochromatic Colors of #dad04b

#dad04b

Complementary Color

#dad04b #4b55da

#dad04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad04b Color CSS Codes

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

#dad04b Text Font Color

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

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


#dad04b Background Color

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

This div background color is #dad04b


#dad04b Border Color

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

This div border color is #dad04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad04b


Comments

No comments written yet.

Please login to write comment.