Color Hex Logo

#baab90 Color Hex

#BAAB90
(186,171,144)
0 Favorites   0 Comments

Color spaces of #baab90

RGB 186171144
HSL0.110.230.65
HSV39°23°73°
CMYK 0.000.080.23   0.27
XYZ39.846741.578532.3109
Yxy41.57850.35030.3656
Hunter Lab64.4814-2.537215.4274
CIE-Lab70.57931.028315.8735

#baab90 color RGB value is (186,171,144).

#baab90 hex color red value is 186, green value is 171 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #baab90 hue: 0.11 , saturation: 0.23 and the lightness value of baab90 is 0.65.

The process color (four color CMYK) of #baab90 color hex is 0.00, 0.08, 0.23, 0.27. Web safe color of #baab90 is #cc9999. Color #baab90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10010000
Octal 272 253 220
Decimal 186 171 144
Hex BA AB 90

RGB Percentages of Color #baab90

%37.13
%34.13
%28.74

CMYK Percentages of Color #baab90

%0
%8
%23
%27

Triadic Colors of #baab90

#baab90 #90baab #ab90ba

Analogous Colors of #baab90

#baab90 #b4ba90 #ba9690

Monochromatic Colors of #baab90

#baab90

Complementary Color

#baab90 #909fba

#baab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baab90 Color CSS Codes

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

#baab90 Text Font Color

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

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


#baab90 Background Color

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

This div background color is #baab90


#baab90 Border Color

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

This div border color is #baab90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,171,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #baab90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #baab90;
  -webkit-box-shadow: 1px 1px 3px 2px #baab90;
  box-shadow:         1px 1px 3px 2px #baab90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,171,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baab90


Comments

No comments written yet.

Please login to write comment.