Color Hex Logo

#baf0eb Color Hex

#BAF0EB
(186,240,235)
0 Favorites   0 Comments

Color spaces of #baf0eb

RGB 186240235
HSL0.480.640.84
HSV174°23°94°
CMYK 0.230.000.02   0.06
XYZ66.405278.757490.2990
Yxy78.75740.28200.3345
Hunter Lab88.7454-21.73881.7938
CIE-Lab91.1244-18.0754-3.2074

#baf0eb color RGB value is (186,240,235).

#baf0eb hex color red value is 186, green value is 240 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #baf0eb hue: 0.48 , saturation: 0.64 and the lightness value of baf0eb is 0.84.

The process color (four color CMYK) of #baf0eb color hex is 0.23, 0.00, 0.02, 0.06. Web safe color of #baf0eb is #ccffff. Color #baf0eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110000 11101011
Octal 272 360 353
Decimal 186 240 235
Hex BA F0 EB

RGB Percentages of Color #baf0eb

%28.14
%36.31
%35.55

CMYK Percentages of Color #baf0eb

%23
%0
%2
%6

Triadic Colors of #baf0eb

#baf0eb #ebbaf0 #f0ebba

Analogous Colors of #baf0eb

#baf0eb #badaf0 #baf0d0

Monochromatic Colors of #baf0eb

#baf0eb

Complementary Color

#baf0eb #f0babf

#baf0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf0eb Color CSS Codes

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

#baf0eb Text Font Color

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

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


#baf0eb Background Color

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

This div background color is #baf0eb


#baf0eb Border Color

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

This div border color is #baf0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf0eb


Comments

No comments written yet.

Please login to write comment.