Color Hex Logo

#cba98a Color Hex

#CBA98A
(203,169,138)
0 Favorites   0 Comments

Color spaces of #cba98a

RGB 203169138
HSL0.080.380.67
HSV29°32°80°
CMYK 0.000.170.32   0.20
XYZ43.404042.907430.0391
Yxy42.90740.37300.3688
Hunter Lab65.50373.645918.6631
CIE-Lab71.49217.914220.6500

#cba98a color RGB value is (203,169,138).

#cba98a hex color red value is 203, green value is 169 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cba98a hue: 0.08 , saturation: 0.38 and the lightness value of cba98a is 0.67.

The process color (four color CMYK) of #cba98a color hex is 0.00, 0.17, 0.32, 0.20. Web safe color of #cba98a is #cc9999. Color #cba98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101001 10001010
Octal 313 251 212
Decimal 203 169 138
Hex CB A9 8A

RGB Percentages of Color #cba98a

%39.80
%33.14
%27.06

CMYK Percentages of Color #cba98a

%0
%17
%32
%20

Triadic Colors of #cba98a

#cba98a #8acba9 #a98acb

Analogous Colors of #cba98a

#cba98a #cbca8a #cb8a8c

Monochromatic Colors of #cba98a

#cba98a

Complementary Color

#cba98a #8aaccb

#cba98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba98a Color CSS Codes

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

#cba98a Text Font Color

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

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


#cba98a Background Color

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

This div background color is #cba98a


#cba98a Border Color

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

This div border color is #cba98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba98a


Comments

No comments written yet.

Please login to write comment.