Color Hex Logo

#dad00f Color Hex

#DAD00F
(218,208,15)
0 Favorites   0 Comments

Color spaces of #dad00f

RGB 21820815
HSL0.160.870.46
HSV57°93°85°
CMYK 0.000.050.93   0.15
XYZ51.555560.05179.3258
Yxy60.05170.42630.4966
Hunter Lab77.4930-16.858247.1099
CIE-Lab81.8663-14.067280.5749

#dad00f color RGB value is (218,208,15).

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

The process color (four color CMYK) of #dad00f color hex is 0.00, 0.05, 0.93, 0.15. Web safe color of #dad00f is #cccc00. Color #dad00f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 00001111
Octal 332 320 17
Decimal 218 208 15
Hex DA D0 F

RGB Percentages of Color #dad00f

%49.43
%47.17
%3.40

CMYK Percentages of Color #dad00f

%0
%5
%93
%15

Triadic Colors of #dad00f

#dad00f #0fdad0 #d00fda

Analogous Colors of #dad00f

#dad00f #7fda0f #da6b0f

Monochromatic Colors of #dad00f

#dad00f

Complementary Color

#dad00f #0f19da

#dad00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad00f Color CSS Codes

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

#dad00f Text Font Color

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

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


#dad00f Background Color

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

This div background color is #dad00f


#dad00f Border Color

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

This div border color is #dad00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad00f


Comments

No comments written yet.

Please login to write comment.