Color Hex Logo

#dad808 Color Hex

#DAD808
(218,216,8)
0 Favorites   0 Comments

Color spaces of #dad808

RGB 2182168
HSL0.170.930.44
HSV59°96°85°
CMYK 0.000.010.96   0.15
XYZ53.513164.03479.7692
Yxy64.03470.42030.5030
Hunter Lab80.0217-20.669248.7769
CIE-Lab83.9838-18.097482.8502

#dad808 color RGB value is (218,216,8).

#dad808 hex color red value is 218, green value is 216 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dad808 hue: 0.17 , saturation: 0.93 and the lightness value of dad808 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 00001000
Octal 332 330 10
Decimal 218 216 8
Hex DA D8 8

RGB Percentages of Color #dad808

%49.32
%48.87
%1.81

CMYK Percentages of Color #dad808

%0
%1
%96
%15

Triadic Colors of #dad808

#dad808 #08dad8 #d808da

Analogous Colors of #dad808

#dad808 #73da08 #da6f08

Monochromatic Colors of #dad808

#dad808

Complementary Color

#dad808 #080ada

#dad808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad808 Color CSS Codes

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

#dad808 Text Font Color

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

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


#dad808 Background Color

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

This div background color is #dad808


#dad808 Border Color

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

This div border color is #dad808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad808


Comments

No comments written yet.

Please login to write comment.