Color Hex Logo

#ccaf22 Color Hex

#CCAF22
(204,175,34)
0 Favorites   0 Comments

Color spaces of #ccaf22

RGB 20417534
HSL0.140.710.47
HSV50°83°80°
CMYK 0.000.140.83   0.20
XYZ40.520543.61287.7958
Yxy43.61280.44080.4744
Hunter Lab66.0400-6.046839.2290
CIE-Lab71.9689-2.863868.6224

#ccaf22 color RGB value is (204,175,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00100010
Octal 314 257 42
Decimal 204 175 34
Hex CC AF 22

RGB Percentages of Color #ccaf22

%49.39
%42.37
%8.23

CMYK Percentages of Color #ccaf22

%0
%14
%83
%20

Triadic Colors of #ccaf22

#ccaf22 #22ccaf #af22cc

Analogous Colors of #ccaf22

#ccaf22 #94cc22 #cc5a22

Monochromatic Colors of #ccaf22

#ccaf22

Complementary Color

#ccaf22 #223fcc

#ccaf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf22 Color CSS Codes

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

#ccaf22 Text Font Color

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

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


#ccaf22 Background Color

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

This div background color is #ccaf22


#ccaf22 Border Color

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

This div border color is #ccaf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf22


Comments

No comments written yet.

Please login to write comment.