Color Hex Logo

#baaefc Color Hex

#BAAEFC
(186,174,252)
0 Favorites   0 Comments

Color spaces of #baaefc

RGB 186174252
HSL0.690.930.84
HSV249°31°99°
CMYK 0.260.310.00   0.01
XYZ52.956447.739598.5190
Yxy47.73950.26580.2396
Hunter Lab69.093815.8959-36.1744
CIE-Lab74.660320.6534-37.1307

#baaefc color RGB value is (186,174,252).

#baaefc hex color red value is 186, green value is 174 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #baaefc hue: 0.69 , saturation: 0.93 and the lightness value of baaefc is 0.84.

The process color (four color CMYK) of #baaefc color hex is 0.26, 0.31, 0.00, 0.01. Web safe color of #baaefc is #cc99ff. Color #baaefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101110 11111100
Octal 272 256 374
Decimal 186 174 252
Hex BA AE FC

RGB Percentages of Color #baaefc

%30.39
%28.43
%41.18

CMYK Percentages of Color #baaefc

%26
%31
%0
%1

Triadic Colors of #baaefc

#baaefc #fcbaae #aefcba

Analogous Colors of #baaefc

#baaefc #e1aefc #aec9fc

Monochromatic Colors of #baaefc

#baaefc

Complementary Color

#baaefc #f0fcae

#baaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baaefc Color CSS Codes

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

#baaefc Text Font Color

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

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


#baaefc Background Color

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

This div background color is #baaefc


#baaefc Border Color

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

This div border color is #baaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baaefc


Comments

No comments written yet.

Please login to write comment.