Color Hex Logo

#baafe0 Color Hex

#BAAFE0
(186,175,224)
0 Favorites   0 Comments

Color spaces of #baafe0

RGB 186175224
HSL0.700.440.78
HSV253°22°88°
CMYK 0.170.220.00   0.12
XYZ49.034246.480976.9083
Yxy46.48090.28440.2696
Hunter Lab68.17699.0712-19.1594
CIE-Lab73.856513.6991-23.1902

#baafe0 color RGB value is (186,175,224).

#baafe0 hex color red value is 186, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #baafe0 hue: 0.70 , saturation: 0.44 and the lightness value of baafe0 is 0.78.

The process color (four color CMYK) of #baafe0 color hex is 0.17, 0.22, 0.00, 0.12. Web safe color of #baafe0 is #cc99cc. Color #baafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11100000
Octal 272 257 340
Decimal 186 175 224
Hex BA AF E0

RGB Percentages of Color #baafe0

%31.79
%29.91
%38.29

CMYK Percentages of Color #baafe0

%17
%22
%0
%12

Triadic Colors of #baafe0

#baafe0 #e0baaf #afe0ba

Analogous Colors of #baafe0

#baafe0 #d3afe0 #afbde0

Monochromatic Colors of #baafe0

#baafe0

Complementary Color

#baafe0 #d5e0af

#baafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafe0 Color CSS Codes

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

#baafe0 Text Font Color

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

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


#baafe0 Background Color

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

This div background color is #baafe0


#baafe0 Border Color

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

This div border color is #baafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafe0


Comments

No comments written yet.

Please login to write comment.