Color Hex Logo

#ccaf20 Color Hex

#CCAF20
(204,175,32)
0 Favorites   0 Comments

Color spaces of #ccaf20

RGB 20417532
HSL0.140.730.46
HSV50°84°80°
CMYK 0.000.140.84   0.20
XYZ40.492543.60167.6483
Yxy43.60160.44140.4753
Hunter Lab66.0315-6.093639.3546
CIE-Lab71.9614-2.918069.1365

#ccaf20 color RGB value is (204,175,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00100000
Octal 314 257 40
Decimal 204 175 32
Hex CC AF 20

RGB Percentages of Color #ccaf20

%49.64
%42.58
%7.79

CMYK Percentages of Color #ccaf20

%0
%14
%84
%20

Triadic Colors of #ccaf20

#ccaf20 #20ccaf #af20cc

Analogous Colors of #ccaf20

#ccaf20 #93cc20 #cc5920

Monochromatic Colors of #ccaf20

#ccaf20

Complementary Color

#ccaf20 #203dcc

#ccaf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf20 Color CSS Codes

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

#ccaf20 Text Font Color

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

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


#ccaf20 Background Color

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

This div background color is #ccaf20


#ccaf20 Border Color

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

This div border color is #ccaf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf20


Comments

No comments written yet.

Please login to write comment.