Color Hex Logo

#cca732 Color Hex

#CCA732
(204,167,50)
0 Favorites   0 Comments

Color spaces of #cca732

RGB 20416750
HSL0.130.610.50
HSV46°75°80°
CMYK 0.000.180.75   0.20
XYZ39.296340.70518.8033
Yxy40.70510.44250.4584
Hunter Lab63.8005-1.708536.4795
CIE-Lab69.96881.928961.7402

#cca732 color RGB value is (204,167,50).

#cca732 hex color red value is 204, green value is 167 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cca732 hue: 0.13 , saturation: 0.61 and the lightness value of cca732 is 0.50.

The process color (four color CMYK) of #cca732 color hex is 0.00, 0.18, 0.75, 0.20. Web safe color of #cca732 is #cc9933. Color #cca732 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 00110010
Octal 314 247 62
Decimal 204 167 50
Hex CC A7 32

RGB Percentages of Color #cca732

%48.46
%39.67
%11.88

CMYK Percentages of Color #cca732

%0
%18
%75
%20

Triadic Colors of #cca732

#cca732 #32cca7 #a732cc

Analogous Colors of #cca732

#cca732 #a4cc32 #cc5a32

Monochromatic Colors of #cca732

#cca732

Complementary Color

#cca732 #3257cc

#cca732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca732 Color CSS Codes

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

#cca732 Text Font Color

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

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


#cca732 Background Color

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

This div background color is #cca732


#cca732 Border Color

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

This div border color is #cca732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca732


Comments

No comments written yet.

Please login to write comment.