Color Hex Logo

#ccaf29 Color Hex

#CCAF29
(204,175,41)
0 Favorites   0 Comments

Color spaces of #ccaf29

RGB 20417541
HSL0.140.670.48
HSV49°80°80°
CMYK 0.000.140.80   0.20
XYZ40.632143.65748.3830
Yxy43.65740.43840.4711
Hunter Lab66.0737-5.860338.7293
CIE-Lab71.9989-2.647866.6392

#ccaf29 color RGB value is (204,175,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00101001
Octal 314 257 51
Decimal 204 175 41
Hex CC AF 29

RGB Percentages of Color #ccaf29

%48.57
%41.67
%9.76

CMYK Percentages of Color #ccaf29

%0
%14
%80
%20

Triadic Colors of #ccaf29

#ccaf29 #29ccaf #af29cc

Analogous Colors of #ccaf29

#ccaf29 #98cc29 #cc5e29

Monochromatic Colors of #ccaf29

#ccaf29

Complementary Color

#ccaf29 #2946cc

#ccaf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf29 Color CSS Codes

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

#ccaf29 Text Font Color

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

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


#ccaf29 Background Color

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

This div background color is #ccaf29


#ccaf29 Border Color

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

This div border color is #ccaf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf29


Comments

No comments written yet.

Please login to write comment.