Color Hex Logo

#ccbb93 Color Hex

#CCBB93
(204,187,147)
0 Favorites   0 Comments

Color spaces of #ccbb93

RGB 204187147
HSL0.120.360.69
HSV42°28°80°
CMYK 0.000.080.28   0.20
XYZ47.938650.484634.8216
Yxy50.48460.35980.3789
Hunter Lab71.0525-3.909320.6798
CIE-Lab76.3658-0.125922.4807

#ccbb93 color RGB value is (204,187,147).

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

The process color (four color CMYK) of #ccbb93 color hex is 0.00, 0.08, 0.28, 0.20. Web safe color of #ccbb93 is #cccc99. Color #ccbb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10010011
Octal 314 273 223
Decimal 204 187 147
Hex CC BB 93

RGB Percentages of Color #ccbb93

%37.92
%34.76
%27.32

CMYK Percentages of Color #ccbb93

%0
%8
%28
%20

Triadic Colors of #ccbb93

#ccbb93 #93ccbb #bb93cc

Analogous Colors of #ccbb93

#ccbb93 #c1cc93 #cc9f93

Monochromatic Colors of #ccbb93

#ccbb93

Complementary Color

#ccbb93 #93a4cc

#ccbb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb93 Color CSS Codes

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

#ccbb93 Text Font Color

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

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


#ccbb93 Background Color

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

This div background color is #ccbb93


#ccbb93 Border Color

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

This div border color is #ccbb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb93


Comments

No comments written yet.

Please login to write comment.