Color Hex Logo

#b5fcac Color Hex

#B5FCAC
(181,252,172)
0 Favorites   0 Comments

Color spaces of #b5fcac

RGB 181252172
HSL0.310.930.83
HSV113°32°99°
CMYK 0.280.000.32   0.01
XYZ61.312982.423151.7075
Yxy82.42310.31370.4217
Hunter Lab90.7872-38.328029.7826
CIE-Lab92.7613-36.774731.4824

#b5fcac color RGB value is (181,252,172).

#b5fcac hex color red value is 181, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b5fcac hue: 0.31 , saturation: 0.93 and the lightness value of b5fcac is 0.83.

The process color (four color CMYK) of #b5fcac color hex is 0.28, 0.00, 0.32, 0.01. Web safe color of #b5fcac is #ccff99. Color #b5fcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111100 10101100
Octal 265 374 254
Decimal 181 252 172
Hex B5 FC AC

RGB Percentages of Color #b5fcac

%29.92
%41.65
%28.43

CMYK Percentages of Color #b5fcac

%28
%0
%32
%1

Triadic Colors of #b5fcac

#b5fcac #acb5fc #fcacb5

Analogous Colors of #b5fcac

#b5fcac #acfccb #ddfcac

Monochromatic Colors of #b5fcac

#b5fcac

Complementary Color

#b5fcac #f3acfc

#b5fcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fcac Color CSS Codes

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

#b5fcac Text Font Color

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

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


#b5fcac Background Color

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

This div background color is #b5fcac


#b5fcac Border Color

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

This div border color is #b5fcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,252,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fcac


Comments

No comments written yet.

Please login to write comment.