Color Hex Logo

#ccba36 Color Hex

#CCBA36
(204,186,54)
0 Favorites   0 Comments

Color spaces of #ccba36

RGB 20418654
HSL0.150.600.51
HSV53°74°80°
CMYK 0.000.090.74   0.20
XYZ43.126648.221510.5247
Yxy48.22150.42330.4734
Hunter Lab69.4417-10.666039.6231
CIE-Lab74.9644-7.874865.0485

#ccba36 color RGB value is (204,186,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 00110110
Octal 314 272 66
Decimal 204 186 54
Hex CC BA 36

RGB Percentages of Color #ccba36

%45.95
%41.89
%12.16

CMYK Percentages of Color #ccba36

%0
%9
%74
%20

Triadic Colors of #ccba36

#ccba36 #36ccba #ba36cc

Analogous Colors of #ccba36

#ccba36 #93cc36 #cc6f36

Monochromatic Colors of #ccba36

#ccba36

Complementary Color

#ccba36 #3648cc

#ccba36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba36 Color CSS Codes

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

#ccba36 Text Font Color

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

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


#ccba36 Background Color

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

This div background color is #ccba36


#ccba36 Border Color

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

This div border color is #ccba36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba36


Comments

No comments written yet.

Please login to write comment.