Color Hex Logo

#baebef Color Hex

#BAEBEF
(186,235,239)
0 Favorites   0 Comments

Color spaces of #baebef

RGB 186235239
HSL0.510.620.83
HSV185°22°94°
CMYK 0.220.020.00   0.06
XYZ65.538076.087892.8935
Yxy76.08780.27950.3244
Hunter Lab87.2283-18.5356-2.0809
CIE-Lab89.9001-14.7379-7.1010

#baebef color RGB value is (186,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101011 11101111
Octal 272 353 357
Decimal 186 235 239
Hex BA EB EF

RGB Percentages of Color #baebef

%28.18
%35.61
%36.21

CMYK Percentages of Color #baebef

%22
%2
%0
%6

Triadic Colors of #baebef

#baebef #efbaeb #ebefba

Analogous Colors of #baebef

#baebef #bad1ef #baefd9

Monochromatic Colors of #baebef

#baebef

Complementary Color

#baebef #efbeba

#baebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baebef Color CSS Codes

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

#baebef Text Font Color

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

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


#baebef Background Color

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

This div background color is #baebef


#baebef Border Color

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

This div border color is #baebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baebef


Comments

No comments written yet.

Please login to write comment.