Color Hex Logo

#ccba42 Color Hex

#CCBA42
(204,186,66)
0 Favorites   0 Comments

Color spaces of #ccba42

RGB 20418666
HSL0.140.580.53
HSV52°68°80°
CMYK 0.000.090.68   0.20
XYZ43.444148.348512.1967
Yxy48.34850.41780.4649
Hunter Lab69.5331-10.156538.2732
CIE-Lab75.0442-7.278260.5623

#ccba42 color RGB value is (204,186,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 01000010
Octal 314 272 102
Decimal 204 186 66
Hex CC BA 42

RGB Percentages of Color #ccba42

%44.74
%40.79
%14.47

CMYK Percentages of Color #ccba42

%0
%9
%68
%20

Triadic Colors of #ccba42

#ccba42 #42ccba #ba42cc

Analogous Colors of #ccba42

#ccba42 #99cc42 #cc7542

Monochromatic Colors of #ccba42

#ccba42

Complementary Color

#ccba42 #4254cc

#ccba42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba42 Color CSS Codes

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

#ccba42 Text Font Color

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

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


#ccba42 Background Color

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

This div background color is #ccba42


#ccba42 Border Color

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

This div border color is #ccba42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba42


Comments

No comments written yet.

Please login to write comment.