Color Hex Logo

#b5ffaf Color Hex

#B5FFAF
(181,255,175)
0 Favorites   0 Comments

Color spaces of #b5ffaf

RGB 181255175
HSL0.321.000.84
HSV116°31°100°
CMYK 0.290.000.31   0.00
XYZ62.553984.438953.5588
Yxy84.43890.31190.4210
Hunter Lab91.8906-39.296029.7661
CIE-Lab93.6408-37.670431.1584

#b5ffaf color RGB value is (181,255,175).

#b5ffaf hex color red value is 181, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b5ffaf hue: 0.32 , saturation: 1.00 and the lightness value of b5ffaf is 0.84.

The process color (four color CMYK) of #b5ffaf color hex is 0.29, 0.00, 0.31, 0.00. Web safe color of #b5ffaf is #ccff99. Color #b5ffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111111 10101111
Octal 265 377 257
Decimal 181 255 175
Hex B5 FF AF

RGB Percentages of Color #b5ffaf

%29.62
%41.73
%28.64

CMYK Percentages of Color #b5ffaf

%29
%0
%31
%0

Triadic Colors of #b5ffaf

#b5ffaf #afb5ff #ffafb5

Analogous Colors of #b5ffaf

#b5ffaf #afffd1 #ddffaf

Monochromatic Colors of #b5ffaf

#b5ffaf

Complementary Color

#b5ffaf #f9afff

#b5ffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ffaf Color CSS Codes

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

#b5ffaf Text Font Color

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

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


#b5ffaf Background Color

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

This div background color is #b5ffaf


#b5ffaf Border Color

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

This div border color is #b5ffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ffaf


Comments

No comments written yet.

Please login to write comment.