Color Hex Logo

#cbaa6a Color Hex

#CBAA6A
(203,170,106)
0 Favorites   0 Comments

Color spaces of #cbaa6a

RGB 203170106
HSL0.110.480.61
HSV40°48°80°
CMYK 0.000.160.48   0.20
XYZ41.604842.486619.6436
Yxy42.48660.40110.4096
Hunter Lab65.1817-0.133427.7592
CIE-Lab71.20513.755637.3436

#cbaa6a color RGB value is (203,170,106).

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

The process color (four color CMYK) of #cbaa6a color hex is 0.00, 0.16, 0.48, 0.20. Web safe color of #cbaa6a is #cc9966. Color #cbaa6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01101010
Octal 313 252 152
Decimal 203 170 106
Hex CB AA 6A

RGB Percentages of Color #cbaa6a

%42.38
%35.49
%22.13

CMYK Percentages of Color #cbaa6a

%0
%16
%48
%20

Triadic Colors of #cbaa6a

#cbaa6a #6acbaa #aa6acb

Analogous Colors of #cbaa6a

#cbaa6a #bccb6a #cb7a6a

Monochromatic Colors of #cbaa6a

#cbaa6a

Complementary Color

#cbaa6a #6a8bcb

#cbaa6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa6a Color CSS Codes

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

#cbaa6a Text Font Color

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

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


#cbaa6a Background Color

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

This div background color is #cbaa6a


#cbaa6a Border Color

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

This div border color is #cbaa6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa6a


Comments

No comments written yet.

Please login to write comment.