Color Hex Logo

#ccbb5a Color Hex

#CCBB5A
(204,187,90)
0 Favorites   0 Comments

Color spaces of #ccbb5a

RGB 20418790
HSL0.140.530.58
HSV51°56°80°
CMYK 0.000.080.56   0.20
XYZ44.517649.116216.8069
Yxy49.11620.40310.4447
Hunter Lab70.0830-9.259634.8395
CIE-Lab75.5236-6.197850.5142

#ccbb5a color RGB value is (204,187,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01011010
Octal 314 273 132
Decimal 204 187 90
Hex CC BB 5A

RGB Percentages of Color #ccbb5a

%42.41
%38.88
%18.71

CMYK Percentages of Color #ccbb5a

%0
%8
%56
%20

Triadic Colors of #ccbb5a

#ccbb5a #5accbb #bb5acc

Analogous Colors of #ccbb5a

#ccbb5a #a4cc5a #cc825a

Monochromatic Colors of #ccbb5a

#ccbb5a

Complementary Color

#ccbb5a #5a6bcc

#ccbb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb5a Color CSS Codes

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

#ccbb5a Text Font Color

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

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


#ccbb5a Background Color

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

This div background color is #ccbb5a


#ccbb5a Border Color

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

This div border color is #ccbb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb5a


Comments

No comments written yet.

Please login to write comment.