Color Hex Logo

#cca934 Color Hex

#CCA934
(204,169,52)
0 Favorites   0 Comments

Color spaces of #cca934

RGB 20416952
HSL0.130.600.50
HSV46°75°80°
CMYK 0.000.170.75   0.20
XYZ39.709641.46129.1587
Yxy41.46120.43960.4590
Hunter Lab64.3904-2.602036.6400
CIE-Lab70.49780.949961.5039

#cca934 color RGB value is (204,169,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 00110100
Octal 314 251 64
Decimal 204 169 52
Hex CC A9 34

RGB Percentages of Color #cca934

%48.00
%39.76
%12.24

CMYK Percentages of Color #cca934

%0
%17
%75
%20

Triadic Colors of #cca934

#cca934 #34cca9 #a934cc

Analogous Colors of #cca934

#cca934 #a3cc34 #cc5d34

Monochromatic Colors of #cca934

#cca934

Complementary Color

#cca934 #3457cc

#cca934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca934 Color CSS Codes

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

#cca934 Text Font Color

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

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


#cca934 Background Color

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

This div background color is #cca934


#cca934 Border Color

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

This div border color is #cca934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca934


Comments

No comments written yet.

Please login to write comment.