Color Hex Logo

#baabc4 Color Hex

#BAABC4
(186,171,196)
0 Favorites   0 Comments

Color spaces of #baabc4

RGB 186171196
HSL0.770.170.72
HSV276°13°77°
CMYK 0.050.130.00   0.23
XYZ44.776443.550458.2707
Yxy43.55040.30540.2971
Hunter Lab65.99275.6259-6.1574
CIE-Lab71.927010.0558-10.7796

#baabc4 color RGB value is (186,171,196).

#baabc4 hex color red value is 186, green value is 171 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #baabc4 hue: 0.77 , saturation: 0.17 and the lightness value of baabc4 is 0.72.

The process color (four color CMYK) of #baabc4 color hex is 0.05, 0.13, 0.00, 0.23. Web safe color of #baabc4 is #cc99cc. Color #baabc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101011 11000100
Octal 272 253 304
Decimal 186 171 196
Hex BA AB C4

RGB Percentages of Color #baabc4

%33.63
%30.92
%35.44

CMYK Percentages of Color #baabc4

%5
%13
%0
%23

Triadic Colors of #baabc4

#baabc4 #c4baab #abc4ba

Analogous Colors of #baabc4

#baabc4 #c4abc2 #aeabc4

Monochromatic Colors of #baabc4

#baabc4

Complementary Color

#baabc4 #b5c4ab

#baabc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baabc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baabc4 Color CSS Codes

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

#baabc4 Text Font Color

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

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


#baabc4 Background Color

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

This div background color is #baabc4


#baabc4 Border Color

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

This div border color is #baabc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baabc4


Comments

No comments written yet.

Please login to write comment.