Color Hex Logo

#ccad03 Color Hex

#CCAD03
(204,173,3)
0 Favorites   0 Comments

Color spaces of #ccad03

RGB 2041733
HSL0.140.970.41
HSV51°99°80°
CMYK 0.000.150.99   0.20
XYZ39.861842.73116.2331
Yxy42.73110.44880.4811
Hunter Lab65.3690-5.547140.1049
CIE-Lab71.3721-2.341473.5610

#ccad03 color RGB value is (204,173,3).

#ccad03 hex color red value is 204, green value is 173 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ccad03 hue: 0.14 , saturation: 0.97 and the lightness value of ccad03 is 0.41.

The process color (four color CMYK) of #ccad03 color hex is 0.00, 0.15, 0.99, 0.20. Web safe color of #ccad03 is #cc9900. Color #ccad03 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00000011
Octal 314 255 3
Decimal 204 173 3
Hex CC AD 3

RGB Percentages of Color #ccad03

%53.68
%45.53
%0.79

CMYK Percentages of Color #ccad03

%0
%15
%99
%20

Triadic Colors of #ccad03

#ccad03 #03ccad #ad03cc

Analogous Colors of #ccad03

#ccad03 #87cc03 #cc4903

Monochromatic Colors of #ccad03

#ccad03

Complementary Color

#ccad03 #0322cc

#ccad03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad03 Color CSS Codes

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

#ccad03 Text Font Color

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

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


#ccad03 Background Color

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

This div background color is #ccad03


#ccad03 Border Color

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

This div border color is #ccad03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad03


Comments

No comments written yet.

Please login to write comment.