Color Hex Logo

#ccab4a Color Hex

#CCAB4A
(204,171,74)
0 Favorites   0 Comments

Color spaces of #ccab4a

RGB 20417174
HSL0.120.560.55
HSV45°64°80°
CMYK 0.000.160.64   0.20
XYZ40.700842.457612.5285
Yxy42.45760.42540.4437
Hunter Lab65.1595-2.532134.2117
CIE-Lab71.18531.071453.0426

#ccab4a color RGB value is (204,171,74).

#ccab4a hex color red value is 204, green value is 171 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ccab4a hue: 0.12 , saturation: 0.56 and the lightness value of ccab4a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 01001010
Octal 314 253 112
Decimal 204 171 74
Hex CC AB 4A

RGB Percentages of Color #ccab4a

%45.43
%38.08
%16.48

CMYK Percentages of Color #ccab4a

%0
%16
%64
%20

Triadic Colors of #ccab4a

#ccab4a #4accab #ab4acc

Analogous Colors of #ccab4a

#ccab4a #accc4a #cc6a4a

Monochromatic Colors of #ccab4a

#ccab4a

Complementary Color

#ccab4a #4a6bcc

#ccab4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab4a Color CSS Codes

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

#ccab4a Text Font Color

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

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


#ccab4a Background Color

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

This div background color is #ccab4a


#ccab4a Border Color

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

This div border color is #ccab4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab4a


Comments

No comments written yet.

Please login to write comment.