color codes Logo

#baf9eb color codes

#BAF9EB
(186,249,235)
0 Favorites   0 Comments

Color spaces of #baf9eb

RGB 186249235
HSL0.460.840.85
HSV167°25°98°
CMYK 0.250.000.06   0.02
XYZ69.120884.188691.2042
Yxy84.18860.28270.3443
Hunter Lab91.7543-26.10175.2935
CIE-Lab93.5324-22.48720.3184

#baf9eb color RGB value is (186,249,235).

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

The process color (four color CMYK) of #baf9eb color code is 0.25, 0.00, 0.06, 0.02. Web safe color of #baf9eb is #ccffff. Color #baf9eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 11101011
Octal 272 371 353
Decimal 186 249 235
Hex BA F9 EB

RGB Percentages of Color #baf9eb

%27.76
%37.16
%35.07

CMYK Percentages of Color #baf9eb

%25
%0
%6
%2

Triadic Colors of #baf9eb

#baf9eb #ebbaf9 #f9ebba

Analogous Colors of #baf9eb

#baf9eb #bae8f9 #baf9cc

Monochromatic Colors of #baf9eb

#baf9eb

Complementary Color

#baf9eb #f9bac8

#baf9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9eb Color CSS Codes

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

#baf9eb Text Font Color

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

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


#baf9eb Background Color

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

This div background color is #baf9eb


#baf9eb Border Color

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

This div border color is #baf9eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,249,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 #baf9eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9eb


Comments

No comments written yet.

Please login to write comment.