Color Hex Logo

#dad308 Color Hex

#DAD308
(218,211,8)
0 Favorites   0 Comments

Color spaces of #dad308

RGB 2182118
HSL0.160.930.44
HSV58°96°85°
CMYK 0.000.030.96   0.15
XYZ52.251561.51159.3487
Yxy61.51150.42440.4996
Hunter Lab78.4293-18.330147.8332
CIE-Lab82.6530-15.631281.8591

#dad308 color RGB value is (218,211,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 00001000
Octal 332 323 10
Decimal 218 211 8
Hex DA D3 8

RGB Percentages of Color #dad308

%49.89
%48.28
%1.83

CMYK Percentages of Color #dad308

%0
%3
%96
%15

Triadic Colors of #dad308

#dad308 #08dad3 #d308da

Analogous Colors of #dad308

#dad308 #78da08 #da6a08

Monochromatic Colors of #dad308

#dad308

Complementary Color

#dad308 #080fda

#dad308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad308 Color CSS Codes

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

#dad308 Text Font Color

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

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


#dad308 Background Color

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

This div background color is #dad308


#dad308 Border Color

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

This div border color is #dad308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad308


Comments

No comments written yet.

Please login to write comment.