Color Hex Logo

#cbae8a Color Hex

#CBAE8A
(203,174,138)
0 Favorites   0 Comments

Color spaces of #cbae8a

RGB 203174138
HSL0.090.380.67
HSV33°32°80°
CMYK 0.000.140.32   0.20
XYZ44.352144.803630.3551
Yxy44.80360.37110.3749
Hunter Lab66.93551.138719.9670
CIE-Lab72.76245.222122.3853

#cbae8a color RGB value is (203,174,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101110 10001010
Octal 313 256 212
Decimal 203 174 138
Hex CB AE 8A

RGB Percentages of Color #cbae8a

%39.42
%33.79
%26.80

CMYK Percentages of Color #cbae8a

%0
%14
%32
%20

Triadic Colors of #cbae8a

#cbae8a #8acbae #ae8acb

Analogous Colors of #cbae8a

#cbae8a #c8cb8a #cb8e8a

Monochromatic Colors of #cbae8a

#cbae8a

Complementary Color

#cbae8a #8aa7cb

#cbae8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbae8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbae8a Color CSS Codes

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

#cbae8a Text Font Color

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

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


#cbae8a Background Color

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

This div background color is #cbae8a


#cbae8a Border Color

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

This div border color is #cbae8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbae8a


Comments

No comments written yet.

Please login to write comment.