Color Hex Logo

#baafea Color Hex

#BAAFEA
(186,175,234)
0 Favorites   0 Comments

Color spaces of #baafea

RGB 186175234
HSL0.700.580.80
HSV251°25°92°
CMYK 0.210.250.00   0.08
XYZ50.431047.039684.2634
Yxy47.03960.27750.2588
Hunter Lab68.585411.2269-24.8333
CIE-Lab74.215115.9256-28.0780

#baafea color RGB value is (186,175,234).

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

The process color (four color CMYK) of #baafea color hex is 0.21, 0.25, 0.00, 0.08. Web safe color of #baafea is #cc99ff. Color #baafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101111 11101010
Octal 272 257 352
Decimal 186 175 234
Hex BA AF EA

RGB Percentages of Color #baafea

%31.26
%29.41
%39.33

CMYK Percentages of Color #baafea

%21
%25
%0
%8

Triadic Colors of #baafea

#baafea #eabaaf #afeaba

Analogous Colors of #baafea

#baafea #d8afea #afc2ea

Monochromatic Colors of #baafea

#baafea

Complementary Color

#baafea #dfeaaf

#baafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#baafea Color CSS Codes

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

#baafea Text Font Color

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

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


#baafea Background Color

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

This div background color is #baafea


#baafea Border Color

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

This div border color is #baafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baafea


Comments

No comments written yet.

Please login to write comment.