Color Hex Logo

#baeff6 Color Hex

#BAEFF6
(186,239,246)
0 Favorites   0 Comments

Color spaces of #baeff6

RGB 186239246
HSL0.520.770.85
HSV187°24°96°
CMYK 0.240.030.00   0.04
XYZ67.750878.825998.8329
Yxy78.82590.27610.3212
Hunter Lab88.7840-19.1590-3.8519
CIE-Lab91.1555-15.2325-8.8961

#baeff6 color RGB value is (186,239,246).

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

The process color (four color CMYK) of #baeff6 color hex is 0.24, 0.03, 0.00, 0.04. Web safe color of #baeff6 is #ccffff. Color #baeff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11101111 11110110
Octal 272 357 366
Decimal 186 239 246
Hex BA EF F6

RGB Percentages of Color #baeff6

%27.72
%35.62
%36.66

CMYK Percentages of Color #baeff6

%24
%3
%0
%4

Triadic Colors of #baeff6

#baeff6 #f6baef #eff6ba

Analogous Colors of #baeff6

#baeff6 #bad1f6 #baf6df

Monochromatic Colors of #baeff6

#baeff6

Complementary Color

#baeff6 #f6c1ba

#baeff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baeff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baeff6 Color CSS Codes

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

#baeff6 Text Font Color

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

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


#baeff6 Background Color

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

This div background color is #baeff6


#baeff6 Border Color

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

This div border color is #baeff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baeff6


Comments

No comments written yet.

Please login to write comment.