Color Hex Logo

#cba65a Color Hex

#CBA65A
(203,166,90)
0 Favorites   0 Comments

Color spaces of #cba65a

RGB 20316690
HSL0.110.520.57
HSV40°56°80°
CMYK 0.000.180.56   0.20
XYZ40.110340.707115.4161
Yxy40.70710.41680.4230
Hunter Lab63.80210.563430.3356
CIE-Lab69.97024.477243.9844

#cba65a color RGB value is (203,166,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 01011010
Octal 313 246 132
Decimal 203 166 90
Hex CB A6 5A

RGB Percentages of Color #cba65a

%44.23
%36.17
%19.61

CMYK Percentages of Color #cba65a

%0
%18
%56
%20

Triadic Colors of #cba65a

#cba65a #5acba6 #a65acb

Analogous Colors of #cba65a

#cba65a #b8cb5a #cb6e5a

Monochromatic Colors of #cba65a

#cba65a

Complementary Color

#cba65a #5a7fcb

#cba65a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba65a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba65a Color CSS Codes

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

#cba65a Text Font Color

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

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


#cba65a Background Color

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

This div background color is #cba65a


#cba65a Border Color

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

This div border color is #cba65a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba65a


Comments

No comments written yet.

Please login to write comment.