Color Hex Logo

#ccab92 Color Hex

#CCAB92
(204,171,146)
0 Favorites   0 Comments

Color spaces of #ccab92

RGB 204171146
HSL0.070.360.69
HSV26°28°80°
CMYK 0.000.160.28   0.20
XYZ44.653144.038533.3409
Yxy44.03850.36590.3609
Hunter Lab66.36153.975816.6650
CIE-Lab72.25428.287817.3586

#ccab92 color RGB value is (204,171,146).

#ccab92 hex color red value is 204, green value is 171 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ccab92 hue: 0.07 , saturation: 0.36 and the lightness value of ccab92 is 0.69.

The process color (four color CMYK) of #ccab92 color hex is 0.00, 0.16, 0.28, 0.20. Web safe color of #ccab92 is #cc9999. Color #ccab92 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 10010010
Octal 314 253 222
Decimal 204 171 146
Hex CC AB 92

RGB Percentages of Color #ccab92

%39.16
%32.82
%28.02

CMYK Percentages of Color #ccab92

%0
%16
%28
%20

Triadic Colors of #ccab92

#ccab92 #92ccab #ab92cc

Analogous Colors of #ccab92

#ccab92 #ccc892 #cc9296

Monochromatic Colors of #ccab92

#ccab92

Complementary Color

#ccab92 #92b3cc

#ccab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccab92 Color CSS Codes

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

#ccab92 Text Font Color

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

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


#ccab92 Background Color

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

This div background color is #ccab92


#ccab92 Border Color

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

This div border color is #ccab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccab92


Comments

No comments written yet.

Please login to write comment.