Color Hex Logo

#ccbb3a Color Hex

#CCBB3A
(204,187,58)
0 Favorites   0 Comments

Color spaces of #ccbb3a

RGB 20418758
HSL0.150.590.51
HSV53°72°80°
CMYK 0.000.080.72   0.20
XYZ43.435948.683511.1105
Yxy48.68350.42080.4716
Hunter Lab69.7736-10.982739.4004
CIE-Lab75.2540-8.206763.8755

#ccbb3a color RGB value is (204,187,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 00111010
Octal 314 273 72
Decimal 204 187 58
Hex CC BB 3A

RGB Percentages of Color #ccbb3a

%45.43
%41.65
%12.92

CMYK Percentages of Color #ccbb3a

%0
%8
%72
%20

Triadic Colors of #ccbb3a

#ccbb3a #3accbb #bb3acc

Analogous Colors of #ccbb3a

#ccbb3a #94cc3a #cc723a

Monochromatic Colors of #ccbb3a

#ccbb3a

Complementary Color

#ccbb3a #3a4bcc

#ccbb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb3a Color CSS Codes

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

#ccbb3a Text Font Color

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

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


#ccbb3a Background Color

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

This div background color is #ccbb3a


#ccbb3a Border Color

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

This div border color is #ccbb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb3a


Comments

No comments written yet.

Please login to write comment.