Color Hex Logo

#baecef Color Hex

#BAECEF
(186,236,239)
0 Favorites   0 Comments

Color spaces of #baecef

RGB 186236239
HSL0.510.620.83
HSV183°22°94°
CMYK 0.220.010.00   0.06
XYZ65.825176.662092.9892
Yxy76.66200.27950.3256
Hunter Lab87.5568-19.0284-1.6788
CIE-Lab90.1658-15.2392-6.7080

#baecef color RGB value is (186,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11101111
Octal 272 354 357
Decimal 186 236 239
Hex BA EC EF

RGB Percentages of Color #baecef

%28.14
%35.70
%36.16

CMYK Percentages of Color #baecef

%22
%1
%0
%6

Triadic Colors of #baecef

#baecef #efbaec #ecefba

Analogous Colors of #baecef

#baecef #bad2ef #baefd8

Monochromatic Colors of #baecef

#baecef

Complementary Color

#baecef #efbdba

#baecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecef Color CSS Codes

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

#baecef Text Font Color

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

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


#baecef Background Color

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

This div background color is #baecef


#baecef Border Color

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

This div border color is #baecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecef


Comments

No comments written yet.

Please login to write comment.