Color Hex Logo

#cbb98a Color Hex

#CBB98A
(203,185,138)
0 Favorites   0 Comments

Color spaces of #cbb98a

RGB 203185138
HSL0.120.380.67
HSV43°32°80°
CMYK 0.000.090.32   0.20
XYZ46.565049.229431.0927
Yxy49.22940.36700.3880
Hunter Lab70.1637-4.322622.8405
CIE-Lab75.5938-0.636826.2172

#cbb98a color RGB value is (203,185,138).

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

The process color (four color CMYK) of #cbb98a color hex is 0.00, 0.09, 0.32, 0.20. Web safe color of #cbb98a is #cccc99. Color #cbb98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10001010
Octal 313 271 212
Decimal 203 185 138
Hex CB B9 8A

RGB Percentages of Color #cbb98a

%38.59
%35.17
%26.24

CMYK Percentages of Color #cbb98a

%0
%9
%32
%20

Triadic Colors of #cbb98a

#cbb98a #8acbb9 #b98acb

Analogous Colors of #cbb98a

#cbb98a #bdcb8a #cb998a

Monochromatic Colors of #cbb98a

#cbb98a

Complementary Color

#cbb98a #8a9ccb

#cbb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb98a Color CSS Codes

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

#cbb98a Text Font Color

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

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


#cbb98a Background Color

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

This div background color is #cbb98a


#cbb98a Border Color

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

This div border color is #cbb98a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,185,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 #cbb98a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb98a


Comments

No comments written yet.

Please login to write comment.