Color Hex Logo

#cca30d Color Hex

#CCA30D
(204,163,13)
0 Favorites   0 Comments

Color spaces of #cca30d

RGB 20416313
HSL0.130.880.43
HSV47°94°80°
CMYK 0.000.200.94   0.20
XYZ38.071739.06085.9137
Yxy39.06080.45840.4704
Hunter Lab62.4986-0.637538.1390
CIE-Lab68.79533.077070.4580

#cca30d color RGB value is (204,163,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 00001101
Octal 314 243 15
Decimal 204 163 13
Hex CC A3 D

RGB Percentages of Color #cca30d

%53.68
%42.89
%3.42

CMYK Percentages of Color #cca30d

%0
%20
%94
%20

Triadic Colors of #cca30d

#cca30d #0dcca3 #a30dcc

Analogous Colors of #cca30d

#cca30d #96cc0d #cc440d

Monochromatic Colors of #cca30d

#cca30d

Complementary Color

#cca30d #0d36cc

#cca30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca30d Color CSS Codes

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

#cca30d Text Font Color

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

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


#cca30d Background Color

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

This div background color is #cca30d


#cca30d Border Color

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

This div border color is #cca30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca30d


Comments

No comments written yet.

Please login to write comment.