Color Hex Logo

#ccba3f Color Hex

#CCBA3F
(204,186,63)
0 Favorites   0 Comments

Color spaces of #ccba3f

RGB 20418663
HSL0.150.580.52
HSV52°69°80°
CMYK 0.000.090.69   0.20
XYZ43.357948.314111.7430
Yxy48.31410.41930.4672
Hunter Lab69.5083-10.294938.6392
CIE-Lab75.0226-7.440061.7357

#ccba3f color RGB value is (204,186,63).

#ccba3f hex color red value is 204, green value is 186 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ccba3f hue: 0.15 , saturation: 0.58 and the lightness value of ccba3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 00111111
Octal 314 272 77
Decimal 204 186 63
Hex CC BA 3F

RGB Percentages of Color #ccba3f

%45.03
%41.06
%13.91

CMYK Percentages of Color #ccba3f

%0
%9
%69
%20

Triadic Colors of #ccba3f

#ccba3f #3fccba #ba3fcc

Analogous Colors of #ccba3f

#ccba3f #98cc3f #cc743f

Monochromatic Colors of #ccba3f

#ccba3f

Complementary Color

#ccba3f #3f51cc

#ccba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba3f Color CSS Codes

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

#ccba3f Text Font Color

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

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


#ccba3f Background Color

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

This div background color is #ccba3f


#ccba3f Border Color

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

This div border color is #ccba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba3f


Comments

No comments written yet.

Please login to write comment.