Color Hex Logo

#ccaf21 Color Hex

#CCAF21
(204,175,33)
0 Favorites   0 Comments

Color spaces of #ccaf21

RGB 20417533
HSL0.140.720.46
HSV50°84°80°
CMYK 0.000.140.84   0.20
XYZ40.506343.60717.7209
Yxy43.60710.44110.4748
Hunter Lab66.0357-6.070539.2928
CIE-Lab71.9651-2.891268.8826

#ccaf21 color RGB value is (204,175,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00100001
Octal 314 257 41
Decimal 204 175 33
Hex CC AF 21

RGB Percentages of Color #ccaf21

%49.51
%42.48
%8.01

CMYK Percentages of Color #ccaf21

%0
%14
%84
%20

Triadic Colors of #ccaf21

#ccaf21 #21ccaf #af21cc

Analogous Colors of #ccaf21

#ccaf21 #94cc21 #cc5921

Monochromatic Colors of #ccaf21

#ccaf21

Complementary Color

#ccaf21 #213ecc

#ccaf21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf21 Color CSS Codes

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

#ccaf21 Text Font Color

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

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


#ccaf21 Background Color

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

This div background color is #ccaf21


#ccaf21 Border Color

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

This div border color is #ccaf21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf21


Comments

No comments written yet.

Please login to write comment.