Color Hex Logo

#ccbf96 Color Hex

#CCBF96
(204,191,150)
0 Favorites   0 Comments

Color spaces of #ccbf96

RGB 204191150
HSL0.130.350.69
HSV46°26°80°
CMYK 0.000.060.26   0.20
XYZ49.037752.301036.3647
Yxy52.30100.35610.3798
Hunter Lab72.3194-5.523420.8105
CIE-Lab77.4605-1.825822.3769

#ccbf96 color RGB value is (204,191,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 10010110
Octal 314 277 226
Decimal 204 191 150
Hex CC BF 96

RGB Percentages of Color #ccbf96

%37.43
%35.05
%27.52

CMYK Percentages of Color #ccbf96

%0
%6
%26
%20

Triadic Colors of #ccbf96

#ccbf96 #96ccbf #bf96cc

Analogous Colors of #ccbf96

#ccbf96 #becc96 #cca496

Monochromatic Colors of #ccbf96

#ccbf96

Complementary Color

#ccbf96 #96a3cc

#ccbf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf96 Color CSS Codes

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

#ccbf96 Text Font Color

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

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


#ccbf96 Background Color

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

This div background color is #ccbf96


#ccbf96 Border Color

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

This div border color is #ccbf96


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,191,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 #ccbf96">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf96


Comments

No comments written yet.

Please login to write comment.