Color Hex Logo

#ccba46 Color Hex

#CCBA46
(204,186,70)
0 Favorites   0 Comments

Color spaces of #ccba46

RGB 20418670
HSL0.140.570.54
HSV52°66°80°
CMYK 0.000.090.66   0.20
XYZ43.566248.397412.8398
Yxy48.39740.41570.4618
Hunter Lab69.5682-9.961137.7550
CIE-Lab75.0749-7.049958.9497

#ccba46 color RGB value is (204,186,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01000110
Octal 314 272 106
Decimal 204 186 70
Hex CC BA 46

RGB Percentages of Color #ccba46

%44.35
%40.43
%15.22

CMYK Percentages of Color #ccba46

%0
%9
%66
%20

Triadic Colors of #ccba46

#ccba46 #46ccba #ba46cc

Analogous Colors of #ccba46

#ccba46 #9bcc46 #cc7746

Monochromatic Colors of #ccba46

#ccba46

Complementary Color

#ccba46 #4658cc

#ccba46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba46 Color CSS Codes

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

#ccba46 Text Font Color

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

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


#ccba46 Background Color

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

This div background color is #ccba46


#ccba46 Border Color

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

This div border color is #ccba46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba46


Comments

No comments written yet.

Please login to write comment.