Color Hex Logo

#ccbc96 Color Hex

#CCBC96
(204,188,150)
0 Favorites   0 Comments

Color spaces of #ccbc96

RGB 204188150
HSL0.120.350.69
HSV42°26°80°
CMYK 0.000.080.26   0.20
XYZ48.390151.005836.1488
Yxy51.00580.35700.3763
Hunter Lab71.4183-4.037919.9829
CIE-Lab76.6825-0.245721.3108

#ccbc96 color RGB value is (204,188,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10010110
Octal 314 274 226
Decimal 204 188 150
Hex CC BC 96

RGB Percentages of Color #ccbc96

%37.64
%34.69
%27.68

CMYK Percentages of Color #ccbc96

%0
%8
%26
%20

Triadic Colors of #ccbc96

#ccbc96 #96ccbc #bc96cc

Analogous Colors of #ccbc96

#ccbc96 #c1cc96 #cca196

Monochromatic Colors of #ccbc96

#ccbc96

Complementary Color

#ccbc96 #96a6cc

#ccbc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc96 Color CSS Codes

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

#ccbc96 Text Font Color

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

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


#ccbc96 Background Color

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

This div background color is #ccbc96


#ccbc96 Border Color

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

This div border color is #ccbc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc96


Comments

No comments written yet.

Please login to write comment.