Color Hex Logo

#b5fcad Color Hex

#B5FCAD
(181,252,173)
0 Favorites   0 Comments

Color spaces of #b5fcad

RGB 181252173
HSL0.320.930.83
HSV114°31°99°
CMYK 0.280.000.31   0.01
XYZ61.409382.461752.2153
Yxy82.46170.31320.4205
Hunter Lab90.8084-38.203929.4738
CIE-Lab92.7783-36.621531.0025

#b5fcad color RGB value is (181,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111100 10101101
Octal 265 374 255
Decimal 181 252 173
Hex B5 FC AD

RGB Percentages of Color #b5fcad

%29.87
%41.58
%28.55

CMYK Percentages of Color #b5fcad

%28
%0
%31
%1

Triadic Colors of #b5fcad

#b5fcad #adb5fc #fcadb5

Analogous Colors of #b5fcad

#b5fcad #adfccd #ddfcad

Monochromatic Colors of #b5fcad

#b5fcad

Complementary Color

#b5fcad #f4adfc

#b5fcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fcad Color CSS Codes

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

#b5fcad Text Font Color

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

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


#b5fcad Background Color

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

This div background color is #b5fcad


#b5fcad Border Color

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

This div border color is #b5fcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fcad

Related Colors


Comments

No comments written yet.

Please login to write comment.