Color Hex Logo

#baecfe Color Hex

#BAECFE
(186,236,254)
0 Favorites   0 Comments

Color spaces of #baecfe

RGB 186236254
HSL0.540.970.86
HSV196°27°100°
CMYK 0.270.070.00   0.00
XYZ68.134577.5858105.1504
Yxy77.58580.27160.3093
Hunter Lab88.0828-16.0702-9.1205
CIE-Lab90.5906-11.9560-13.9112

#baecfe color RGB value is (186,236,254).

#baecfe hex color red value is 186, green value is 236 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #baecfe hue: 0.54 , saturation: 0.97 and the lightness value of baecfe is 0.86.

The process color (four color CMYK) of #baecfe color hex is 0.27, 0.07, 0.00, 0.00. Web safe color of #baecfe is #ccffff. Color #baecfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101100 11111110
Octal 272 354 376
Decimal 186 236 254
Hex BA EC FE

RGB Percentages of Color #baecfe

%27.51
%34.91
%37.57

CMYK Percentages of Color #baecfe

%27
%7
%0
%0

Triadic Colors of #baecfe

#baecfe #febaec #ecfeba

Analogous Colors of #baecfe

#baecfe #bacafe #bafeee

Monochromatic Colors of #baecfe

#baecfe

Complementary Color

#baecfe #feccba

#baecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#baecfe Color CSS Codes

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

#baecfe Text Font Color

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

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


#baecfe Background Color

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

This div background color is #baecfe


#baecfe Border Color

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

This div border color is #baecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baecfe


Comments

No comments written yet.

Please login to write comment.