Color Hex Logo

#ccba37 Color Hex

#CCBA37
(204,186,55)
0 Favorites   0 Comments

Color spaces of #ccba37

RGB 20418655
HSL0.150.590.51
HSV53°73°80°
CMYK 0.000.090.73   0.20
XYZ43.150348.231010.6497
Yxy48.23100.42290.4727
Hunter Lab69.4485-10.628039.5221
CIE-Lab74.9704-7.830264.6968

#ccba37 color RGB value is (204,186,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 00110111
Octal 314 272 67
Decimal 204 186 55
Hex CC BA 37

RGB Percentages of Color #ccba37

%45.84
%41.80
%12.36

CMYK Percentages of Color #ccba37

%0
%9
%73
%20

Triadic Colors of #ccba37

#ccba37 #37ccba #ba37cc

Analogous Colors of #ccba37

#ccba37 #94cc37 #cc7037

Monochromatic Colors of #ccba37

#ccba37

Complementary Color

#ccba37 #3749cc

#ccba37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba37 Color CSS Codes

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

#ccba37 Text Font Color

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

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


#ccba37 Background Color

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

This div background color is #ccba37


#ccba37 Border Color

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

This div border color is #ccba37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba37


Comments

No comments written yet.

Please login to write comment.