Color Hex Logo

#baabbe Color Hex

#BAABBE
(186,171,190)
0 Favorites   0 Comments

Color spaces of #baabbe

RGB 186171190
HSL0.800.130.71
HSV287°10°75°
CMYK 0.020.100.00   0.25
XYZ44.106943.282654.7449
Yxy43.28260.31030.3045
Hunter Lab65.78954.5391-3.2839
CIE-Lab71.74648.8855-7.7476

#baabbe color RGB value is (186,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 10111110
Octal 272 253 276
Decimal 186 171 190
Hex BA AB BE

RGB Percentages of Color #baabbe

%34.00
%31.26
%34.73

CMYK Percentages of Color #baabbe

%2
%10
%0
%25

Triadic Colors of #baabbe

#baabbe #bebaab #abbeba

Analogous Colors of #baabbe

#baabbe #beabb9 #b1abbe

Monochromatic Colors of #baabbe

#baabbe

Complementary Color

#baabbe #afbeab

#baabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabbe Color CSS Codes

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

#baabbe Text Font Color

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

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


#baabbe Background Color

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

This div background color is #baabbe


#baabbe Border Color

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

This div border color is #baabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabbe


Comments

No comments written yet.

Please login to write comment.