Color Hex Logo

#ccb92f Color Hex

#CCB92F
(204,185,47)
0 Favorites   0 Comments

Color spaces of #ccb92f

RGB 20418547
HSL0.150.630.49
HSV53°77°80°
CMYK 0.000.090.77   0.20
XYZ42.763947.74059.6503
Yxy47.74050.42700.4767
Hunter Lab69.0945-10.438340.0852
CIE-Lab74.6610-7.646967.1410

#ccb92f color RGB value is (204,185,47).

#ccb92f hex color red value is 204, green value is 185 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ccb92f hue: 0.15 , saturation: 0.63 and the lightness value of ccb92f is 0.49.

The process color (four color CMYK) of #ccb92f color hex is 0.00, 0.09, 0.77, 0.20. Web safe color of #ccb92f is #cccc33. Color #ccb92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00101111
Octal 314 271 57
Decimal 204 185 47
Hex CC B9 2F

RGB Percentages of Color #ccb92f

%46.79
%42.43
%10.78

CMYK Percentages of Color #ccb92f

%0
%9
%77
%20

Triadic Colors of #ccb92f

#ccb92f #2fccb9 #b92fcc

Analogous Colors of #ccb92f

#ccb92f #91cc2f #cc6b2f

Monochromatic Colors of #ccb92f

#ccb92f

Complementary Color

#ccb92f #2f42cc

#ccb92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb92f Color CSS Codes

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

#ccb92f Text Font Color

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

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


#ccb92f Background Color

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

This div background color is #ccb92f


#ccb92f Border Color

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

This div border color is #ccb92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb92f


Comments

No comments written yet.

Please login to write comment.