Color Hex Logo

#ccb05f Color Hex

#CCB05F
(204,176,95)
0 Favorites   0 Comments

Color spaces of #ccb05f

RGB 20417695
HSL0.120.520.59
HSV45°53°80°
CMYK 0.000.140.53   0.20
XYZ42.492744.714317.2176
Yxy44.71430.40690.4282
Hunter Lab66.8688-3.590031.5419
CIE-Lab72.7034-0.020744.7849

#ccb05f color RGB value is (204,176,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 01011111
Octal 314 260 137
Decimal 204 176 95
Hex CC B0 5F

RGB Percentages of Color #ccb05f

%42.95
%37.05
%20.00

CMYK Percentages of Color #ccb05f

%0
%14
%53
%20

Triadic Colors of #ccb05f

#ccb05f #5fccb0 #b05fcc

Analogous Colors of #ccb05f

#ccb05f #b2cc5f #cc7a5f

Monochromatic Colors of #ccb05f

#ccb05f

Complementary Color

#ccb05f #5f7bcc

#ccb05f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb05f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb05f Color CSS Codes

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

#ccb05f Text Font Color

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

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


#ccb05f Background Color

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

This div background color is #ccb05f


#ccb05f Border Color

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

This div border color is #ccb05f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb05f


Comments

No comments written yet.

Please login to write comment.