Color Hex Logo

#ccbc3a Color Hex

#CCBC3A
(204,188,58)
0 Favorites   0 Comments

Color spaces of #ccbc3a

RGB 20418858
HSL0.150.590.51
HSV53°72°80°
CMYK 0.000.080.72   0.20
XYZ43.648849.109311.1815
Yxy49.10930.41990.4725
Hunter Lab70.0780-11.456039.5944
CIE-Lab75.5193-8.721964.1342

#ccbc3a color RGB value is (204,188,58).

#ccbc3a hex color red value is 204, green value is 188 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ccbc3a hue: 0.15 , saturation: 0.59 and the lightness value of ccbc3a is 0.51.

The process color (four color CMYK) of #ccbc3a color hex is 0.00, 0.08, 0.72, 0.20. Web safe color of #ccbc3a is #cccc33. Color #ccbc3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 00111010
Octal 314 274 72
Decimal 204 188 58
Hex CC BC 3A

RGB Percentages of Color #ccbc3a

%45.33
%41.78
%12.89

CMYK Percentages of Color #ccbc3a

%0
%8
%72
%20

Triadic Colors of #ccbc3a

#ccbc3a #3accbc #bc3acc

Analogous Colors of #ccbc3a

#ccbc3a #93cc3a #cc733a

Monochromatic Colors of #ccbc3a

#ccbc3a

Complementary Color

#ccbc3a #3a4acc

#ccbc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc3a Color CSS Codes

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

#ccbc3a Text Font Color

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

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


#ccbc3a Background Color

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

This div background color is #ccbc3a


#ccbc3a Border Color

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

This div border color is #ccbc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc3a


Comments

No comments written yet.

Please login to write comment.