Color Hex Logo

#dada0f Color Hex

#DADA0F
(218,218,15)
0 Favorites   0 Comments

Color spaces of #dada0f

RGB 21821815
HSL0.170.870.46
HSV60°93°85°
CMYK 0.000.000.93   0.15
XYZ54.071165.082710.1643
Yxy65.08270.41810.5033
Hunter Lab80.6738-21.540849.0016
CIE-Lab84.5263-19.005782.5944

#dada0f color RGB value is (218,218,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 00001111
Octal 332 332 17
Decimal 218 218 15
Hex DA DA F

RGB Percentages of Color #dada0f

%48.34
%48.34
%3.33

CMYK Percentages of Color #dada0f

%0
%0
%93
%15

Triadic Colors of #dada0f

#dada0f #0fdada #da0fda

Analogous Colors of #dada0f

#dada0f #75da0f #da750f

Monochromatic Colors of #dada0f

#dada0f

Complementary Color

#dada0f #0f0fda

#dada0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dada0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dada0f Color CSS Codes

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

#dada0f Text Font Color

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

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


#dada0f Background Color

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

This div background color is #dada0f


#dada0f Border Color

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

This div border color is #dada0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dada0f


Comments

No comments written yet.

Please login to write comment.