Color Hex Logo

#baffef Color Hex

#BAFFEF
(186,255,239)
0 Favorites   0 Comments

Color spaces of #baffef

RGB 186255239
HSL0.461.000.86
HSV166°27°100°
CMYK 0.270.000.06   0.00
XYZ71.589788.191194.9108
Yxy88.19110.28110.3463
Hunter Lab93.9101-28.26835.8153
CIE-Lab95.2413-24.56260.7448

#baffef color RGB value is (186,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111111 11101111
Octal 272 377 357
Decimal 186 255 239
Hex BA FF EF

RGB Percentages of Color #baffef

%27.35
%37.50
%35.15

CMYK Percentages of Color #baffef

%27
%0
%6
%0

Triadic Colors of #baffef

#baffef #efbaff #ffefba

Analogous Colors of #baffef

#baffef #baedff #baffcd

Monochromatic Colors of #baffef

#baffef

Complementary Color

#baffef #ffbaca

#baffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#baffef Color CSS Codes

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

#baffef Text Font Color

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

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


#baffef Background Color

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

This div background color is #baffef


#baffef Border Color

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

This div border color is #baffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baffef

#baffef Color Palettes


Comments

No comments written yet.

Please login to write comment.