Color Hex Logo

#cba66c Color Hex

#CBA66C
(203,166,108)
0 Favorites   0 Comments

Color spaces of #cba66c

RGB 203166108
HSL0.100.480.61
HSV37°47°80°
CMYK 0.000.180.47   0.20
XYZ40.971641.051719.9517
Yxy41.05170.40180.4026
Hunter Lab64.07162.019426.3874
CIE-Lab70.21216.099935.0438

#cba66c color RGB value is (203,166,108).

#cba66c hex color red value is 203, green value is 166 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #cba66c hue: 0.10 , saturation: 0.48 and the lightness value of cba66c is 0.61.

The process color (four color CMYK) of #cba66c color hex is 0.00, 0.18, 0.47, 0.20. Web safe color of #cba66c is #cc9966. Color #cba66c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01101100
Octal 313 246 154
Decimal 203 166 108
Hex CB A6 6C

RGB Percentages of Color #cba66c

%42.56
%34.80
%22.64

CMYK Percentages of Color #cba66c

%0
%18
%47
%20

Triadic Colors of #cba66c

#cba66c #6ccba6 #a66ccb

Analogous Colors of #cba66c

#cba66c #c1cb6c #cb776c

Monochromatic Colors of #cba66c

#cba66c

Complementary Color

#cba66c #6c91cb

#cba66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba66c Color CSS Codes

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

#cba66c Text Font Color

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

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


#cba66c Background Color

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

This div background color is #cba66c


#cba66c Border Color

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

This div border color is #cba66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba66c


Comments

No comments written yet.

Please login to write comment.