Color Hex Logo

#ccab3f Color Hex

#CCAB3F
(204,171,63)
0 Favorites   0 Comments

Color spaces of #ccab3f

RGB 20417163
HSL0.130.580.52
HSV46°69°80°
CMYK 0.000.160.69   0.20
XYZ40.362042.322110.7443
Yxy42.32210.43200.4530
Hunter Lab65.0554-3.101235.7467
CIE-Lab71.09240.422957.7386

#ccab3f color RGB value is (204,171,63).

#ccab3f hex color red value is 204, green value is 171 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ccab3f hue: 0.13 , saturation: 0.58 and the lightness value of ccab3f is 0.52.

The process color (four color CMYK) of #ccab3f color hex is 0.00, 0.16, 0.69, 0.20. Web safe color of #ccab3f is #cc9933. Color #ccab3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 00111111
Octal 314 253 77
Decimal 204 171 63
Hex CC AB 3F

RGB Percentages of Color #ccab3f

%46.58
%39.04
%14.38

CMYK Percentages of Color #ccab3f

%0
%16
%69
%20

Triadic Colors of #ccab3f

#ccab3f #3fccab #ab3fcc

Analogous Colors of #ccab3f

#ccab3f #a7cc3f #cc653f

Monochromatic Colors of #ccab3f

#ccab3f

Complementary Color

#ccab3f #3f60cc

#ccab3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab3f Color CSS Codes

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

#ccab3f Text Font Color

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

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


#ccab3f Background Color

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

This div background color is #ccab3f


#ccab3f Border Color

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

This div border color is #ccab3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab3f


Comments

No comments written yet.

Please login to write comment.