Color Hex Logo

#baf9bb Color Hex

#BAF9BB
(186,249,187)
0 Favorites   0 Comments

Color spaces of #baf9bb

RGB 186249187
HSL0.340.840.85
HSV121°25°98°
CMYK 0.250.000.25   0.02
XYZ63.095081.778359.4730
Yxy81.77830.30880.4002
Hunter Lab90.4314-33.713424.3093
CIE-Lab92.4769-31.403223.5422

#baf9bb color RGB value is (186,249,187).

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

The process color (four color CMYK) of #baf9bb color hex is 0.25, 0.00, 0.25, 0.02. Web safe color of #baf9bb is #ccffcc. Color #baf9bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11111001 10111011
Octal 272 371 273
Decimal 186 249 187
Hex BA F9 BB

RGB Percentages of Color #baf9bb

%29.90
%40.03
%30.06

CMYK Percentages of Color #baf9bb

%25
%0
%25
%2

Triadic Colors of #baf9bb

#baf9bb #bbbaf9 #f9bbba

Analogous Colors of #baf9bb

#baf9bb #baf9db #d9f9ba

Monochromatic Colors of #baf9bb

#baf9bb

Complementary Color

#baf9bb #f9baf8

#baf9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf9bb Color CSS Codes

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

#baf9bb Text Font Color

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

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


#baf9bb Background Color

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

This div background color is #baf9bb


#baf9bb Border Color

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

This div border color is #baf9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf9bb


Comments

No comments written yet.

Please login to write comment.