Color Hex Logo

#b6f1af Color Hex

#B6F1AF
(182,241,175)
0 Favorites   0 Comments

Color spaces of #b6f1af

RGB 182241175
HSL0.320.700.82
HSV114°27°95°
CMYK 0.240.000.27   0.05
XYZ58.484675.950852.1350
Yxy75.95080.31350.4071
Hunter Lab87.1498-32.724025.5362
CIE-Lab89.8365-30.915626.0108

#b6f1af color RGB value is (182,241,175).

#b6f1af hex color red value is 182, green value is 241 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b6f1af hue: 0.32 , saturation: 0.70 and the lightness value of b6f1af is 0.82.

The process color (four color CMYK) of #b6f1af color hex is 0.24, 0.00, 0.27, 0.05. Web safe color of #b6f1af is #ccff99. Color #b6f1af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11110001 10101111
Octal 266 361 257
Decimal 182 241 175
Hex B6 F1 AF

RGB Percentages of Color #b6f1af

%30.43
%40.30
%29.26

CMYK Percentages of Color #b6f1af

%24
%0
%27
%5

Triadic Colors of #b6f1af

#b6f1af #afb6f1 #f1afb6

Analogous Colors of #b6f1af

#b6f1af #aff1c9 #d7f1af

Monochromatic Colors of #b6f1af

#b6f1af

Complementary Color

#b6f1af #eaaff1

#b6f1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6f1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6f1af Color CSS Codes

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

#b6f1af Text Font Color

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

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


#b6f1af Background Color

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

This div background color is #b6f1af


#b6f1af Border Color

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

This div border color is #b6f1af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,241,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6f1af


Comments

No comments written yet.

Please login to write comment.