Color Hex Logo

#dad604 Color Hex

#DAD604
(218,214,4)
0 Favorites   0 Comments

Color spaces of #dad604

RGB 2182144
HSL0.160.960.44
HSV59°98°85°
CMYK 0.000.020.98   0.15
XYZ52.981963.00739.4841
Yxy63.00730.42230.5022
Hunter Lab79.3771-19.766548.4799
CIE-Lab83.4462-17.150882.8029

#dad604 color RGB value is (218,214,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00000100
Octal 332 326 4
Decimal 218 214 4
Hex DA D6 4

RGB Percentages of Color #dad604

%50.00
%49.08
%0.92

CMYK Percentages of Color #dad604

%0
%2
%98
%15

Triadic Colors of #dad604

#dad604 #04dad6 #d604da

Analogous Colors of #dad604

#dad604 #73da04 #da6b04

Monochromatic Colors of #dad604

#dad604

Complementary Color

#dad604 #0408da

#dad604 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad604 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad604 Color CSS Codes

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

#dad604 Text Font Color

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

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


#dad604 Background Color

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

This div background color is #dad604


#dad604 Border Color

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

This div border color is #dad604


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad604


Comments

No comments written yet.

Please login to write comment.