Color Hex Logo

#baeeef Color Hex

#BAEEEF
(186,238,239)
0 Favorites   0 Comments

Color spaces of #baeeef

RGB 186238239
HSL0.500.620.83
HSV181°22°94°
CMYK 0.220.000.00   0.06
XYZ66.404277.820293.1823
Yxy77.82020.27970.3278
Hunter Lab88.2158-20.0121-0.8770
CIE-Lab90.6978-16.2387-5.9220

#baeeef color RGB value is (186,238,239).

#baeeef hex color red value is 186, green value is 238 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #baeeef hue: 0.50 , saturation: 0.62 and the lightness value of baeeef is 0.83.

The process color (four color CMYK) of #baeeef color hex is 0.22, 0.00, 0.00, 0.06. Web safe color of #baeeef is #ccffff. Color #baeeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101110 11101111
Octal 272 356 357
Decimal 186 238 239
Hex BA EE EF

RGB Percentages of Color #baeeef

%28.05
%35.90
%36.05

CMYK Percentages of Color #baeeef

%22
%0
%0
%6

Triadic Colors of #baeeef

#baeeef #efbaee #eeefba

Analogous Colors of #baeeef

#baeeef #bad4ef #baefd6

Monochromatic Colors of #baeeef

#baeeef

Complementary Color

#baeeef #efbbba

#baeeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeeef Color CSS Codes

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

#baeeef Text Font Color

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

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


#baeeef Background Color

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

This div background color is #baeeef


#baeeef Border Color

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

This div border color is #baeeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeeef


Comments

No comments written yet.

Please login to write comment.