Color Hex Logo

#ccb05a Color Hex

#CCB05A
(204,176,90)
0 Favorites   0 Comments

Color spaces of #ccb05a

RGB 20417690
HSL0.130.530.58
HSV45°56°80°
CMYK 0.000.140.56   0.20
XYZ42.272644.626216.0586
Yxy44.62620.41060.4334
Hunter Lab66.8028-3.950832.5094
CIE-Lab72.6451-0.430747.1678

#ccb05a color RGB value is (204,176,90).

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

The process color (four color CMYK) of #ccb05a color hex is 0.00, 0.14, 0.56, 0.20. Web safe color of #ccb05a is #cc9966. Color #ccb05a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01011010
Octal 314 260 132
Decimal 204 176 90
Hex CC B0 5A

RGB Percentages of Color #ccb05a

%43.40
%37.45
%19.15

CMYK Percentages of Color #ccb05a

%0
%14
%56
%20

Triadic Colors of #ccb05a

#ccb05a #5accb0 #b05acc

Analogous Colors of #ccb05a

#ccb05a #afcc5a #cc775a

Monochromatic Colors of #ccb05a

#ccb05a

Complementary Color

#ccb05a #5a76cc

#ccb05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb05a Color CSS Codes

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

#ccb05a Text Font Color

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

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


#ccb05a Background Color

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

This div background color is #ccb05a


#ccb05a Border Color

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

This div border color is #ccb05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb05a


Comments

No comments written yet.

Please login to write comment.