Color Hex Logo

#ccad30 Color Hex

#CCAD30
(204,173,48)
0 Favorites   0 Comments

Color spaces of #ccad30

RGB 20417348
HSL0.130.620.49
HSV48°76°80°
CMYK 0.000.150.76   0.20
XYZ40.378942.93798.9560
Yxy42.93790.43760.4653
Hunter Lab65.5270-4.677437.7654
CIE-Lab71.5128-1.336663.9051

#ccad30 color RGB value is (204,173,48).

#ccad30 hex color red value is 204, green value is 173 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ccad30 hue: 0.13 , saturation: 0.62 and the lightness value of ccad30 is 0.49.

The process color (four color CMYK) of #ccad30 color hex is 0.00, 0.15, 0.76, 0.20. Web safe color of #ccad30 is #cc9933. Color #ccad30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 00110000
Octal 314 255 60
Decimal 204 173 48
Hex CC AD 30

RGB Percentages of Color #ccad30

%48.00
%40.71
%11.29

CMYK Percentages of Color #ccad30

%0
%15
%76
%20

Triadic Colors of #ccad30

#ccad30 #30ccad #ad30cc

Analogous Colors of #ccad30

#ccad30 #9dcc30 #cc5f30

Monochromatic Colors of #ccad30

#ccad30

Complementary Color

#ccad30 #304fcc

#ccad30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad30 Color CSS Codes

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

#ccad30 Text Font Color

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

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


#ccad30 Background Color

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

This div background color is #ccad30


#ccad30 Border Color

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

This div border color is #ccad30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad30


Comments

No comments written yet.

Please login to write comment.