Color Hex Logo

#ccaf14 Color Hex

#CCAF14
(204,175,20)
0 Favorites   0 Comments

Color spaces of #ccaf14

RGB 20417520
HSL0.140.820.44
HSV51°90°80°
CMYK 0.000.140.90   0.20
XYZ40.358143.54786.9403
Yxy43.54780.44420.4794
Hunter Lab65.9908-6.318239.9580
CIE-Lab71.9252-3.178771.7033

#ccaf14 color RGB value is (204,175,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 00010100
Octal 314 257 24
Decimal 204 175 20
Hex CC AF 14

RGB Percentages of Color #ccaf14

%51.13
%43.86
%5.01

CMYK Percentages of Color #ccaf14

%0
%14
%90
%20

Triadic Colors of #ccaf14

#ccaf14 #14ccaf #af14cc

Analogous Colors of #ccaf14

#ccaf14 #8dcc14 #cc5314

Monochromatic Colors of #ccaf14

#ccaf14

Complementary Color

#ccaf14 #1431cc

#ccaf14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf14 Color CSS Codes

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

#ccaf14 Text Font Color

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

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


#ccaf14 Background Color

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

This div background color is #ccaf14


#ccaf14 Border Color

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

This div border color is #ccaf14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf14


Comments

No comments written yet.

Please login to write comment.