Color Hex Logo

#ccad19 Color Hex

#CCAD19
(204,173,25)
0 Favorites   0 Comments

Color spaces of #ccad19

RGB 20417325
HSL0.140.780.45
HSV50°88°80°
CMYK 0.000.150.88   0.20
XYZ40.020942.79477.0706
Yxy42.79470.44520.4761
Hunter Lab65.4177-5.279039.3841
CIE-Lab71.4154-2.030970.3274

#ccad19 color RGB value is (204,173,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00011001
Octal 314 255 31
Decimal 204 173 25
Hex CC AD 19

RGB Percentages of Color #ccad19

%50.75
%43.03
%6.22

CMYK Percentages of Color #ccad19

%0
%15
%88
%20

Triadic Colors of #ccad19

#ccad19 #19ccad #ad19cc

Analogous Colors of #ccad19

#ccad19 #92cc19 #cc5419

Monochromatic Colors of #ccad19

#ccad19

Complementary Color

#ccad19 #1938cc

#ccad19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad19 Color CSS Codes

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

#ccad19 Text Font Color

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

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


#ccad19 Background Color

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

This div background color is #ccad19


#ccad19 Border Color

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

This div border color is #ccad19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad19


Comments

No comments written yet.

Please login to write comment.