Color Hex Logo

#ccbb5f Color Hex

#CCBB5F
(204,187,95)
0 Favorites   0 Comments

Color spaces of #ccbb5f

RGB 20418795
HSL0.140.520.59
HSV51°53°80°
CMYK 0.000.080.53   0.20
XYZ44.737749.204217.9659
Yxy49.20420.39980.4397
Hunter Lab70.1457-8.910833.9165
CIE-Lab75.5782-5.794348.1969

#ccbb5f color RGB value is (204,187,95).

#ccbb5f hex color red value is 204, green value is 187 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ccbb5f hue: 0.14 , saturation: 0.52 and the lightness value of ccbb5f is 0.59.

The process color (four color CMYK) of #ccbb5f color hex is 0.00, 0.08, 0.53, 0.20. Web safe color of #ccbb5f is #cccc66. Color #ccbb5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01011111
Octal 314 273 137
Decimal 204 187 95
Hex CC BB 5F

RGB Percentages of Color #ccbb5f

%41.98
%38.48
%19.55

CMYK Percentages of Color #ccbb5f

%0
%8
%53
%20

Triadic Colors of #ccbb5f

#ccbb5f #5fccbb #bb5fcc

Analogous Colors of #ccbb5f

#ccbb5f #a7cc5f #cc855f

Monochromatic Colors of #ccbb5f

#ccbb5f

Complementary Color

#ccbb5f #5f70cc

#ccbb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb5f Color CSS Codes

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

#ccbb5f Text Font Color

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

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


#ccbb5f Background Color

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

This div background color is #ccbb5f


#ccbb5f Border Color

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

This div border color is #ccbb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb5f


Comments

No comments written yet.

Please login to write comment.