Color Hex Logo

#dad603 Color Hex

#DAD603
(218,214,3)
0 Favorites   0 Comments

Color spaces of #dad603

RGB 2182143
HSL0.160.970.43
HSV59°99°85°
CMYK 0.000.020.99   0.15
XYZ52.976463.00519.4552
Yxy63.00510.42230.5023
Hunter Lab79.3758-19.774448.5004
CIE-Lab83.4451-17.160082.8910

#dad603 color RGB value is (218,214,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010110 00000011
Octal 332 326 3
Decimal 218 214 3
Hex DA D6 3

RGB Percentages of Color #dad603

%50.11
%49.20
%0.69

CMYK Percentages of Color #dad603

%0
%2
%99
%15

Triadic Colors of #dad603

#dad603 #03dad6 #d603da

Analogous Colors of #dad603

#dad603 #73da03 #da6b03

Monochromatic Colors of #dad603

#dad603

Complementary Color

#dad603 #0307da

#dad603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad603 Color CSS Codes

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

#dad603 Text Font Color

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

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


#dad603 Background Color

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

This div background color is #dad603


#dad603 Border Color

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

This div border color is #dad603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad603


Comments

No comments written yet.

Please login to write comment.