Color Hex Logo

#ccaf32 Color Hex

#CCAF32
(204,175,50)
0 Favorites   0 Comments

Color spaces of #ccaf32

RGB 20417550
HSL0.140.610.50
HSV49°75°80°
CMYK 0.000.140.75   0.20
XYZ40.807543.72769.3071
Yxy43.72760.43490.4660
Hunter Lab66.1268-5.568037.9440
CIE-Lab72.0460-2.309863.7024

#ccaf32 color RGB value is (204,175,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00110010
Octal 314 257 62
Decimal 204 175 50
Hex CC AF 32

RGB Percentages of Color #ccaf32

%47.55
%40.79
%11.66

CMYK Percentages of Color #ccaf32

%0
%14
%75
%20

Triadic Colors of #ccaf32

#ccaf32 #32ccaf #af32cc

Analogous Colors of #ccaf32

#ccaf32 #9ccc32 #cc6232

Monochromatic Colors of #ccaf32

#ccaf32

Complementary Color

#ccaf32 #324fcc

#ccaf32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf32 Color CSS Codes

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

#ccaf32 Text Font Color

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

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


#ccaf32 Background Color

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

This div background color is #ccaf32


#ccaf32 Border Color

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

This div border color is #ccaf32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf32


Comments

No comments written yet.

Please login to write comment.