Color Hex Logo

#cba65c Color Hex

#CBA65C
(203,166,92)
0 Favorites   0 Comments

Color spaces of #cba65c

RGB 20316692
HSL0.110.520.58
HSV40°55°80°
CMYK 0.000.180.55   0.20
XYZ40.196640.741715.8706
Yxy40.74170.41520.4208
Hunter Lab63.82920.709629.9385
CIE-Lab69.99464.641043.0119

#cba65c color RGB value is (203,166,92).

#cba65c hex color red value is 203, green value is 166 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cba65c hue: 0.11 , saturation: 0.52 and the lightness value of cba65c is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01011100
Octal 313 246 134
Decimal 203 166 92
Hex CB A6 5C

RGB Percentages of Color #cba65c

%44.03
%36.01
%19.96

CMYK Percentages of Color #cba65c

%0
%18
%55
%20

Triadic Colors of #cba65c

#cba65c #5ccba6 #a65ccb

Analogous Colors of #cba65c

#cba65c #b9cb5c #cb6f5c

Monochromatic Colors of #cba65c

#cba65c

Complementary Color

#cba65c #5c81cb

#cba65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba65c Color CSS Codes

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

#cba65c Text Font Color

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

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


#cba65c Background Color

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

This div background color is #cba65c


#cba65c Border Color

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

This div border color is #cba65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba65c


Comments

No comments written yet.

Please login to write comment.