Color Hex Logo

#baaeef Color Hex

#BAAEEF
(186,174,239)
0 Favorites   0 Comments

Color spaces of #baaeef

RGB 186174239
HSL0.700.670.81
HSV251°27°94°
CMYK 0.220.270.00   0.06
XYZ50.965746.943288.0361
Yxy46.94320.27410.2525
Hunter Lab68.515112.8777-28.2220
CIE-Lab74.153417.6170-30.8848

#baaeef color RGB value is (186,174,239).

#baaeef hex color red value is 186, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #baaeef hue: 0.70 , saturation: 0.67 and the lightness value of baaeef is 0.81.

The process color (four color CMYK) of #baaeef color hex is 0.22, 0.27, 0.00, 0.06. Web safe color of #baaeef is #cc99ff. Color #baaeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11101111
Octal 272 256 357
Decimal 186 174 239
Hex BA AE EF

RGB Percentages of Color #baaeef

%31.05
%29.05
%39.90

CMYK Percentages of Color #baaeef

%22
%27
%0
%6

Triadic Colors of #baaeef

#baaeef #efbaae #aeefba

Analogous Colors of #baaeef

#baaeef #dbaeef #aec3ef

Monochromatic Colors of #baaeef

#baaeef

Complementary Color

#baaeef #e3efae

#baaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaeef Color CSS Codes

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

#baaeef Text Font Color

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

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


#baaeef Background Color

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

This div background color is #baaeef


#baaeef Border Color

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

This div border color is #baaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaeef


Comments

No comments written yet.

Please login to write comment.