Color Hex Logo

#baf1bb Color Hex

#BAF1BB
(186,241,187)
0 Favorites   0 Comments

Color spaces of #baf1bb

RGB 186241187
HSL0.340.660.84
HSV121°23°95°
CMYK 0.230.000.22   0.05
XYZ60.674676.937658.6663
Yxy76.93760.30910.3920
Hunter Lab87.7141-30.025621.7446
CIE-Lab90.2929-27.639520.5191

#baf1bb color RGB value is (186,241,187).

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

The process color (four color CMYK) of #baf1bb color hex is 0.23, 0.00, 0.22, 0.05. Web safe color of #baf1bb is #ccffcc. Color #baf1bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11110001 10111011
Octal 272 361 273
Decimal 186 241 187
Hex BA F1 BB

RGB Percentages of Color #baf1bb

%30.29
%39.25
%30.46

CMYK Percentages of Color #baf1bb

%23
%0
%22
%5

Triadic Colors of #baf1bb

#baf1bb #bbbaf1 #f1bbba

Analogous Colors of #baf1bb

#baf1bb #baf1d7 #d5f1ba

Monochromatic Colors of #baf1bb

#baf1bb

Complementary Color

#baf1bb #f1baf0

#baf1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baf1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#baf1bb Color CSS Codes

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

#baf1bb Text Font Color

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

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


#baf1bb Background Color

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

This div background color is #baf1bb


#baf1bb Border Color

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

This div border color is #baf1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baf1bb


Comments

No comments written yet.

Please login to write comment.