Color Hex Logo

#ccba40 Color Hex

#CCBA40
(204,186,64)
0 Favorites   0 Comments

Color spaces of #ccba40

RGB 20418664
HSL0.150.580.53
HSV52°69°80°
CMYK 0.000.090.69   0.20
XYZ43.386248.325311.8915
Yxy48.32530.41880.4664
Hunter Lab69.5164-10.249238.5193
CIE-Lab75.0296-7.386661.3482

#ccba40 color RGB value is (204,186,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01000000
Octal 314 272 100
Decimal 204 186 64
Hex CC BA 40

RGB Percentages of Color #ccba40

%44.93
%40.97
%14.10

CMYK Percentages of Color #ccba40

%0
%9
%69
%20

Triadic Colors of #ccba40

#ccba40 #40ccba #ba40cc

Analogous Colors of #ccba40

#ccba40 #98cc40 #cc7440

Monochromatic Colors of #ccba40

#ccba40

Complementary Color

#ccba40 #4052cc

#ccba40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba40 Color CSS Codes

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

#ccba40 Text Font Color

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

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


#ccba40 Background Color

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

This div background color is #ccba40


#ccba40 Border Color

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

This div border color is #ccba40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba40


Comments

No comments written yet.

Please login to write comment.