Color Hex Logo

#baf6ed Color Hex

#BAF6ED
(186,246,237)
0 Favorites   0 Comments

Color spaces of #baf6ed

RGB 186246237
HSL0.480.770.85
HSV171°24°96°
CMYK 0.240.000.04   0.04
XYZ68.491582.465192.4282
Yxy82.46510.28140.3388
Hunter Lab90.8103-24.28873.2209
CIE-Lab92.7797-20.6119-1.8188

#baf6ed color RGB value is (186,246,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110110 11101101
Octal 272 366 355
Decimal 186 246 237
Hex BA F6 ED

RGB Percentages of Color #baf6ed

%27.80
%36.77
%35.43

CMYK Percentages of Color #baf6ed

%24
%0
%4
%4

Triadic Colors of #baf6ed

#baf6ed #edbaf6 #f6edba

Analogous Colors of #baf6ed

#baf6ed #bae1f6 #baf6cf

Monochromatic Colors of #baf6ed

#baf6ed

Complementary Color

#baf6ed #f6bac3

#baf6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf6ed Color CSS Codes

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

#baf6ed Text Font Color

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

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


#baf6ed Background Color

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

This div background color is #baf6ed


#baf6ed Border Color

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

This div border color is #baf6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf6ed


Comments

No comments written yet.

Please login to write comment.