Color Hex Logo

#baaade Color Hex

#BAAADE
(186,170,222)
0 Favorites   0 Comments

Color spaces of #baaade

RGB 186170222
HSL0.720.440.77
HSV258°23°87°
CMYK 0.160.230.00   0.13
XYZ47.809244.462575.1695
Yxy44.46250.28550.2655
Hunter Lab66.680211.2928-20.1623
CIE-Lab72.536616.0209-24.1134

#baaade color RGB value is (186,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11011110
Octal 272 252 336
Decimal 186 170 222
Hex BA AA DE

RGB Percentages of Color #baaade

%32.18
%29.41
%38.41

CMYK Percentages of Color #baaade

%16
%23
%0
%13

Triadic Colors of #baaade

#baaade #debaaa #aadeba

Analogous Colors of #baaade

#baaade #d4aade #aab4de

Monochromatic Colors of #baaade

#baaade

Complementary Color

#baaade #cedeaa

#baaade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaade Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaade Color CSS Codes

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

#baaade Text Font Color

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

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


#baaade Background Color

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

This div background color is #baaade


#baaade Border Color

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

This div border color is #baaade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaade


Comments

No comments written yet.

Please login to write comment.