Color Hex Logo

#baeffc Color Hex

#BAEFFC
(186,239,252)
0 Favorites   0 Comments

Color spaces of #baeffc

RGB 186239252
HSL0.530.920.86
HSV192°26°99°
CMYK 0.260.050.00   0.01
XYZ68.686979.2004103.7625
Yxy79.20040.27290.3147
Hunter Lab88.9946-17.9725-6.8324
CIE-Lab91.3249-13.9151-11.7714

#baeffc color RGB value is (186,239,252).

#baeffc hex color red value is 186, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #baeffc hue: 0.53 , saturation: 0.92 and the lightness value of baeffc is 0.86.

The process color (four color CMYK) of #baeffc color hex is 0.26, 0.05, 0.00, 0.01. Web safe color of #baeffc is #ccffff. Color #baeffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11111100
Octal 272 357 374
Decimal 186 239 252
Hex BA EF FC

RGB Percentages of Color #baeffc

%27.47
%35.30
%37.22

CMYK Percentages of Color #baeffc

%26
%5
%0
%1

Triadic Colors of #baeffc

#baeffc #fcbaef #effcba

Analogous Colors of #baeffc

#baeffc #bacefc #bafce8

Monochromatic Colors of #baeffc

#baeffc

Complementary Color

#baeffc #fcc7ba

#baeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeffc Color CSS Codes

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

#baeffc Text Font Color

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

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


#baeffc Background Color

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

This div background color is #baeffc


#baeffc Border Color

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

This div border color is #baeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeffc

Related Colors

#baeffc Color Palettes


Comments

No comments written yet.

Please login to write comment.