Color Hex Logo

#cba066 Color Hex

#CBA066
(203,160,102)
0 Favorites   0 Comments

Color spaces of #cba066

RGB 203160102
HSL0.100.490.60
HSV34°50°80°
CMYK 0.000.210.50   0.20
XYZ39.597738.797417.9720
Yxy38.79740.41090.4026
Hunter Lab62.28764.473526.4942
CIE-Lab68.60438.760536.1604

#cba066 color RGB value is (203,160,102).

#cba066 hex color red value is 203, green value is 160 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #cba066 hue: 0.10 , saturation: 0.49 and the lightness value of cba066 is 0.60.

The process color (four color CMYK) of #cba066 color hex is 0.00, 0.21, 0.50, 0.20. Web safe color of #cba066 is #cc9966. Color #cba066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 01100110
Octal 313 240 146
Decimal 203 160 102
Hex CB A0 66

RGB Percentages of Color #cba066

%43.66
%34.41
%21.94

CMYK Percentages of Color #cba066

%0
%21
%50
%20

Triadic Colors of #cba066

#cba066 #66cba0 #a066cb

Analogous Colors of #cba066

#cba066 #c4cb66 #cb6e66

Monochromatic Colors of #cba066

#cba066

Complementary Color

#cba066 #6691cb

#cba066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba066 Color CSS Codes

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

#cba066 Text Font Color

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

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


#cba066 Background Color

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

This div background color is #cba066


#cba066 Border Color

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

This div border color is #cba066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,160,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cba066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cba066;
  -webkit-box-shadow: 1px 1px 3px 2px #cba066;
  box-shadow:         1px 1px 3px 2px #cba066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,160,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba066


Comments

No comments written yet.

Please login to write comment.