Color Hex Logo

#cca30f Color Hex

#CCA30F
(204,163,15)
0 Favorites   0 Comments

Color spaces of #cca30f

RGB 20416315
HSL0.130.860.43
HSV47°93°80°
CMYK 0.000.200.93   0.20
XYZ38.085339.06625.9852
Yxy39.06620.45810.4699
Hunter Lab62.5030-0.613738.0745
CIE-Lab68.79923.104170.1607

#cca30f color RGB value is (204,163,15).

#cca30f hex color red value is 204, green value is 163 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cca30f hue: 0.13 , saturation: 0.86 and the lightness value of cca30f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 00001111
Octal 314 243 17
Decimal 204 163 15
Hex CC A3 F

RGB Percentages of Color #cca30f

%53.40
%42.67
%3.93

CMYK Percentages of Color #cca30f

%0
%20
%93
%20

Triadic Colors of #cca30f

#cca30f #0fcca3 #a30fcc

Analogous Colors of #cca30f

#cca30f #97cc0f #cc450f

Monochromatic Colors of #cca30f

#cca30f

Complementary Color

#cca30f #0f38cc

#cca30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca30f Color CSS Codes

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

#cca30f Text Font Color

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

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


#cca30f Background Color

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

This div background color is #cca30f


#cca30f Border Color

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

This div border color is #cca30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca30f


Comments

No comments written yet.

Please login to write comment.