Color Hex Logo

#c89baa Color Hex

#C89BAA
(200,155,170)
0 Favorites   0 Comments

Color spaces of #c89baa

RGB 200155170
HSL0.940.290.70
HSV340°23°78°
CMYK 0.000.230.15   0.22
XYZ42.796538.624343.2298
Yxy38.62430.34330.3099
Hunter Lab62.148514.15842.2624
CIE-Lab68.478219.1000-1.3435

#c89baa color RGB value is (200,155,170).

#c89baa hex color red value is 200, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c89baa hue: 0.94 , saturation: 0.29 and the lightness value of c89baa is 0.70.

The process color (four color CMYK) of #c89baa color hex is 0.00, 0.23, 0.15, 0.22. Web safe color of #c89baa is #cc9999. Color #c89baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10011011 10101010
Octal 310 233 252
Decimal 200 155 170
Hex C8 9B AA

RGB Percentages of Color #c89baa

%38.10
%29.52
%32.38

CMYK Percentages of Color #c89baa

%0
%23
%15
%22

Triadic Colors of #c89baa

#c89baa #aac89b #9baac8

Analogous Colors of #c89baa

#c89baa #c8a39b #c89bc1

Monochromatic Colors of #c89baa

#c89baa

Complementary Color

#c89baa #9bc8b9

#c89baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c89baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c89baa Color CSS Codes

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

#c89baa Text Font Color

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

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


#c89baa Background Color

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

This div background color is #c89baa


#c89baa Border Color

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

This div border color is #c89baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c89baa


Comments

No comments written yet.

Please login to write comment.