Color Hex Logo

#baa8be Color Hex

#BAA8BE
(186,168,190)
0 Favorites   0 Comments

Color spaces of #baa8be

RGB 186168190
HSL0.800.140.70
HSV289°12°75°
CMYK 0.020.120.00   0.25
XYZ43.546642.162154.5581
Yxy42.16210.31050.3006
Hunter Lab64.93236.0786-4.3646
CIE-Lab70.982510.5317-8.8835

#baa8be color RGB value is (186,168,190).

#baa8be hex color red value is 186, green value is 168 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #baa8be hue: 0.80 , saturation: 0.14 and the lightness value of baa8be is 0.70.

The process color (four color CMYK) of #baa8be color hex is 0.02, 0.12, 0.00, 0.25. Web safe color of #baa8be is #cc99cc. Color #baa8be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101000 10111110
Octal 272 250 276
Decimal 186 168 190
Hex BA A8 BE

RGB Percentages of Color #baa8be

%34.19
%30.88
%34.93

CMYK Percentages of Color #baa8be

%2
%12
%0
%25

Triadic Colors of #baa8be

#baa8be #bebaa8 #a8beba

Analogous Colors of #baa8be

#baa8be #bea8b7 #afa8be

Monochromatic Colors of #baa8be

#baa8be

Complementary Color

#baa8be #acbea8

#baa8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa8be Color CSS Codes

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

#baa8be Text Font Color

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

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


#baa8be Background Color

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

This div background color is #baa8be


#baa8be Border Color

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

This div border color is #baa8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa8be


Comments

No comments written yet.

Please login to write comment.