Color Hex Logo

#baeaef Color Hex

#BAEAEF
(186,234,239)
0 Favorites   0 Comments

Color spaces of #baeaef

RGB 186234239
HSL0.520.620.83
HSV186°22°94°
CMYK 0.220.020.00   0.06
XYZ65.252575.516792.7984
Yxy75.51670.27940.3233
Hunter Lab86.9003-18.0419-2.4839
CIE-Lab89.6345-14.2354-7.4942

#baeaef color RGB value is (186,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101010 11101111
Octal 272 352 357
Decimal 186 234 239
Hex BA EA EF

RGB Percentages of Color #baeaef

%28.22
%35.51
%36.27

CMYK Percentages of Color #baeaef

%22
%2
%0
%6

Triadic Colors of #baeaef

#baeaef #efbaea #eaefba

Analogous Colors of #baeaef

#baeaef #bad0ef #baefda

Monochromatic Colors of #baeaef

#baeaef

Complementary Color

#baeaef #efbfba

#baeaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeaef Color CSS Codes

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

#baeaef Text Font Color

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

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


#baeaef Background Color

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

This div background color is #baeaef


#baeaef Border Color

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

This div border color is #baeaef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,234,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 #baeaef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeaef


Comments

No comments written yet.

Please login to write comment.