Color Hex Logo

#ccaf58 Color Hex

#CCAF58
(204,175,88)
0 Favorites   0 Comments

Color spaces of #ccaf58

RGB 20417588
HSL0.130.530.57
HSV45°57°80°
CMYK 0.000.140.57   0.20
XYZ41.993344.201915.5511
Yxy44.20190.41270.4344
Hunter Lab66.4845-3.602832.6709
CIE-Lab72.3632-0.058347.8069

#ccaf58 color RGB value is (204,175,88).

#ccaf58 hex color red value is 204, green value is 175 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccaf58 hue: 0.13 , saturation: 0.53 and the lightness value of ccaf58 is 0.57.

The process color (four color CMYK) of #ccaf58 color hex is 0.00, 0.14, 0.57, 0.20. Web safe color of #ccaf58 is #cc9966. Color #ccaf58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 01011000
Octal 314 257 130
Decimal 204 175 88
Hex CC AF 58

RGB Percentages of Color #ccaf58

%43.68
%37.47
%18.84

CMYK Percentages of Color #ccaf58

%0
%14
%57
%20

Triadic Colors of #ccaf58

#ccaf58 #58ccaf #af58cc

Analogous Colors of #ccaf58

#ccaf58 #afcc58 #cc7558

Monochromatic Colors of #ccaf58

#ccaf58

Complementary Color

#ccaf58 #5875cc

#ccaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf58 Color CSS Codes

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

#ccaf58 Text Font Color

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

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


#ccaf58 Background Color

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

This div background color is #ccaf58


#ccaf58 Border Color

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

This div border color is #ccaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf58


Comments

No comments written yet.

Please login to write comment.