Color Hex Logo

#ccaf15 Color Hex

#CCAF15
(204,175,21)
0 Favorites   0 Comments

Color spaces of #ccaf15

RGB 20417521
HSL0.140.810.44
HSV50°90°80°
CMYK 0.000.140.90   0.20
XYZ40.367243.55156.9882
Yxy43.55150.44400.4791
Hunter Lab65.9936-6.303139.9171
CIE-Lab71.9277-3.161271.5242

#ccaf15 color RGB value is (204,175,21).

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

The process color (four color CMYK) of #ccaf15 color hex is 0.00, 0.14, 0.90, 0.20. Web safe color of #ccaf15 is #cc9900. Color #ccaf15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00010101
Octal 314 257 25
Decimal 204 175 21
Hex CC AF 15

RGB Percentages of Color #ccaf15

%51.00
%43.75
%5.25

CMYK Percentages of Color #ccaf15

%0
%14
%90
%20

Triadic Colors of #ccaf15

#ccaf15 #15ccaf #af15cc

Analogous Colors of #ccaf15

#ccaf15 #8ecc15 #cc5415

Monochromatic Colors of #ccaf15

#ccaf15

Complementary Color

#ccaf15 #1532cc

#ccaf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf15 Color CSS Codes

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

#ccaf15 Text Font Color

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

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


#ccaf15 Background Color

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

This div background color is #ccaf15


#ccaf15 Border Color

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

This div border color is #ccaf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf15


Comments

No comments written yet.

Please login to write comment.