Color Hex Logo

#bae0fa Color Hex

#BAE0FA
(186,224,250)
0 Favorites   0 Comments

Color spaces of #bae0fa

RGB 186224250
HSL0.570.860.85
HSV204°26°98°
CMYK 0.260.100.00   0.02
XYZ64.160770.6525100.6982
Yxy70.65250.27240.3000
Hunter Lab84.0550-10.8441-12.1911
CIE-Lab87.3159-6.7154-16.7267

#bae0fa color RGB value is (186,224,250).

#bae0fa hex color red value is 186, green value is 224 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bae0fa hue: 0.57 , saturation: 0.86 and the lightness value of bae0fa is 0.85.

The process color (four color CMYK) of #bae0fa color hex is 0.26, 0.10, 0.00, 0.02. Web safe color of #bae0fa is #ccccff. Color #bae0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 11111010
Octal 272 340 372
Decimal 186 224 250
Hex BA E0 FA

RGB Percentages of Color #bae0fa

%28.18
%33.94
%37.88

CMYK Percentages of Color #bae0fa

%26
%10
%0
%2

Triadic Colors of #bae0fa

#bae0fa #fabae0 #e0faba

Analogous Colors of #bae0fa

#bae0fa #bac0fa #bafaf4

Monochromatic Colors of #bae0fa

#bae0fa

Complementary Color

#bae0fa #fad4ba

#bae0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae0fa Color CSS Codes

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

#bae0fa Text Font Color

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

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


#bae0fa Background Color

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

This div background color is #bae0fa


#bae0fa Border Color

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

This div border color is #bae0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.