Color Hex Logo

#ccbf99 Color Hex

#CCBF99
(204,191,153)
1 Favorites   0 Comments

Color spaces of #ccbf99

RGB 204191153
HSL0.120.330.70
HSV45°25°80°
CMYK 0.000.060.25   0.20
XYZ49.282452.398937.6535
Yxy52.39890.35370.3761
Hunter Lab72.3871-5.151519.8302
CIE-Lab77.5188-1.411020.8571

#ccbf99 color RGB value is (204,191,153).

#ccbf99 hex color red value is 204, green value is 191 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ccbf99 hue: 0.12 , saturation: 0.33 and the lightness value of ccbf99 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 10011001
Octal 314 277 231
Decimal 204 191 153
Hex CC BF 99

RGB Percentages of Color #ccbf99

%37.23
%34.85
%27.92

CMYK Percentages of Color #ccbf99

%0
%6
%25
%20

Triadic Colors of #ccbf99

#ccbf99 #99ccbf #bf99cc

Analogous Colors of #ccbf99

#ccbf99 #c0cc99 #cca699

Monochromatic Colors of #ccbf99

#ccbf99

Complementary Color

#ccbf99 #99a6cc

#ccbf99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf99 Color CSS Codes

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

#ccbf99 Text Font Color

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

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


#ccbf99 Background Color

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

This div background color is #ccbf99


#ccbf99 Border Color

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

This div border color is #ccbf99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf99


Comments

No comments written yet.

Please login to write comment.