Color Hex Logo

#bae1ff Color Hex

#BAE1FF
(186,225,255)
16 Favorites   0 Comments

Color spaces of #bae1ff

RGB 186225255
HSL0.571.000.86
HSV206°27°100°
CMYK 0.270.120.00   0.00
XYZ65.224971.5095104.9727
Yxy71.50950.26990.2959
Hunter Lab84.5633-10.3061-14.4054
CIE-Lab87.7320-6.0971-18.7284

#bae1ff color RGB value is (186,225,255).

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

The process color (four color CMYK) of #bae1ff color hex is 0.27, 0.12, 0.00, 0.00. Web safe color of #bae1ff is #ccccff. Color #bae1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100001 11111111
Octal 272 341 377
Decimal 186 225 255
Hex BA E1 FF

RGB Percentages of Color #bae1ff

%27.93
%33.78
%38.29

CMYK Percentages of Color #bae1ff

%27
%12
%0
%0

Triadic Colors of #bae1ff

#bae1ff #ffbae1 #e1ffba

Analogous Colors of #bae1ff

#bae1ff #babfff #bafffb

Monochromatic Colors of #bae1ff

#bae1ff

Complementary Color

#bae1ff #ffd8ba

#bae1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae1ff Color CSS Codes

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

#bae1ff Text Font Color

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

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


#bae1ff Background Color

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

This div background color is #bae1ff


#bae1ff Border Color

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

This div border color is #bae1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae1ff


Comments

No comments written yet.

Please login to write comment.