Color Hex Logo

#baaaee Color Hex

#BAAAEE
(186,170,238)
0 Favorites   0 Comments

Color spaces of #baaaee

RGB 186170238
HSL0.710.670.80
HSV254°29°93°
CMYK 0.220.290.00   0.07
XYZ50.057045.361687.0063
Yxy45.36160.27440.2487
Hunter Lab67.351014.8015-29.4471
CIE-Lab73.129419.6024-31.9211

#baaaee color RGB value is (186,170,238).

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

The process color (four color CMYK) of #baaaee color hex is 0.22, 0.29, 0.00, 0.07. Web safe color of #baaaee is #cc99ff. Color #baaaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101010 11101110
Octal 272 252 356
Decimal 186 170 238
Hex BA AA EE

RGB Percentages of Color #baaaee

%31.31
%28.62
%40.07

CMYK Percentages of Color #baaaee

%22
%29
%0
%7

Triadic Colors of #baaaee

#baaaee #eebaaa #aaeeba

Analogous Colors of #baaaee

#baaaee #dcaaee #aabcee

Monochromatic Colors of #baaaee

#baaaee

Complementary Color

#baaaee #deeeaa

#baaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaaee Color CSS Codes

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

#baaaee Text Font Color

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

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


#baaaee Background Color

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

This div background color is #baaaee


#baaaee Border Color

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

This div border color is #baaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaaee


Comments

No comments written yet.

Please login to write comment.