Color Hex Logo

#b5fbec Color Hex

#B5FBEC
(181,251,236)
0 Favorites   0 Comments

Color spaces of #b5fbec

RGB 181251236
HSL0.460.900.85
HSV167°28°98°
CMYK 0.280.000.06   0.02
XYZ68.693684.874292.1187
Yxy84.87420.27960.3455
Hunter Lab92.1272-28.12615.2045
CIE-Lab93.8289-24.69360.2016

#b5fbec color RGB value is (181,251,236).

#b5fbec hex color red value is 181, green value is 251 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b5fbec hue: 0.46 , saturation: 0.90 and the lightness value of b5fbec is 0.85.

The process color (four color CMYK) of #b5fbec color hex is 0.28, 0.00, 0.06, 0.02. Web safe color of #b5fbec is #ccffff. Color #b5fbec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111011 11101100
Octal 265 373 354
Decimal 181 251 236
Hex B5 FB EC

RGB Percentages of Color #b5fbec

%27.10
%37.57
%35.33

CMYK Percentages of Color #b5fbec

%28
%0
%6
%2

Triadic Colors of #b5fbec

#b5fbec #ecb5fb #fbecb5

Analogous Colors of #b5fbec

#b5fbec #b5e7fb #b5fbc9

Monochromatic Colors of #b5fbec

#b5fbec

Complementary Color

#b5fbec #fbb5c4

#b5fbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fbec Color CSS Codes

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

#b5fbec Text Font Color

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

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


#b5fbec Background Color

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

This div background color is #b5fbec


#b5fbec Border Color

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

This div border color is #b5fbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fbec


Comments

No comments written yet.

Please login to write comment.