Color Hex Logo

#cca630 Color Hex

#CCA630
(204,166,48)
0 Favorites   0 Comments

Color spaces of #cca630

RGB 20416648
HSL0.130.620.49
HSV45°76°80°
CMYK 0.000.190.76   0.20
XYZ39.071640.32328.5202
Yxy40.32320.44440.4587
Hunter Lab63.5006-1.295736.4951
CIE-Lab69.69912.380162.2124

#cca630 color RGB value is (204,166,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 00110000
Octal 314 246 60
Decimal 204 166 48
Hex CC A6 30

RGB Percentages of Color #cca630

%48.80
%39.71
%11.48

CMYK Percentages of Color #cca630

%0
%19
%76
%20

Triadic Colors of #cca630

#cca630 #30cca6 #a630cc

Analogous Colors of #cca630

#cca630 #a4cc30 #cc5830

Monochromatic Colors of #cca630

#cca630

Complementary Color

#cca630 #3056cc

#cca630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca630 Color CSS Codes

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

#cca630 Text Font Color

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

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


#cca630 Background Color

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

This div background color is #cca630


#cca630 Border Color

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

This div border color is #cca630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca630


Comments

No comments written yet.

Please login to write comment.