Color Hex Logo

#ccba50 Color Hex

#CCBA50
(204,186,80)
0 Favorites   0 Comments

Color spaces of #ccba50

RGB 20418680
HSL0.140.550.56
HSV51°61°80°
CMYK 0.000.090.61   0.20
XYZ43.908748.534414.6432
Yxy48.53440.41000.4532
Hunter Lab69.6666-9.413636.3045
CIE-Lab75.1607-6.412454.7056

#ccba50 color RGB value is (204,186,80).

#ccba50 hex color red value is 204, green value is 186 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccba50 hue: 0.14 , saturation: 0.55 and the lightness value of ccba50 is 0.56.

The process color (four color CMYK) of #ccba50 color hex is 0.00, 0.09, 0.61, 0.20. Web safe color of #ccba50 is #cccc66. Color #ccba50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01010000
Octal 314 272 120
Decimal 204 186 80
Hex CC BA 50

RGB Percentages of Color #ccba50

%43.40
%39.57
%17.02

CMYK Percentages of Color #ccba50

%0
%9
%61
%20

Triadic Colors of #ccba50

#ccba50 #50ccba #ba50cc

Analogous Colors of #ccba50

#ccba50 #a0cc50 #cc7c50

Monochromatic Colors of #ccba50

#ccba50

Complementary Color

#ccba50 #5062cc

#ccba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba50 Color CSS Codes

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

#ccba50 Text Font Color

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

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


#ccba50 Background Color

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

This div background color is #ccba50


#ccba50 Border Color

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

This div border color is #ccba50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba50

#ccba50 Color Palettes


Comments

No comments written yet.

Please login to write comment.