Color Hex Logo

#ccab61 Color Hex

#CCAB61
(204,171,97)
0 Favorites   0 Comments

Color spaces of #ccab61

RGB 20417197
HSL0.120.510.59
HSV41°52°80°
CMYK 0.000.160.52   0.20
XYZ41.622442.826317.3818
Yxy42.82630.40870.4206
Hunter Lab65.4418-0.993330.0614
CIE-Lab71.43692.810042.2587

#ccab61 color RGB value is (204,171,97).

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

The process color (four color CMYK) of #ccab61 color hex is 0.00, 0.16, 0.52, 0.20. Web safe color of #ccab61 is #cc9966. Color #ccab61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 01100001
Octal 314 253 141
Decimal 204 171 97
Hex CC AB 61

RGB Percentages of Color #ccab61

%43.22
%36.23
%20.55

CMYK Percentages of Color #ccab61

%0
%16
%52
%20

Triadic Colors of #ccab61

#ccab61 #61ccab #ab61cc

Analogous Colors of #ccab61

#ccab61 #b8cc61 #cc7661

Monochromatic Colors of #ccab61

#ccab61

Complementary Color

#ccab61 #6182cc

#ccab61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab61 Color CSS Codes

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

#ccab61 Text Font Color

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

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


#ccab61 Background Color

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

This div background color is #ccab61


#ccab61 Border Color

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

This div border color is #ccab61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab61


Comments

No comments written yet.

Please login to write comment.