Color Hex Logo

#b5fbeb Color Hex

#B5FBEB
(181,251,235)
0 Favorites   0 Comments

Color spaces of #b5fbeb

RGB 181251235
HSL0.460.900.85
HSV166°28°98°
CMYK 0.280.000.06   0.02
XYZ68.548684.816391.3555
Yxy84.81630.28010.3466
Hunter Lab92.0958-28.30675.6536
CIE-Lab93.8039-24.90180.6824

#b5fbeb color RGB value is (181,251,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111011 11101011
Octal 265 373 353
Decimal 181 251 235
Hex B5 FB EB

RGB Percentages of Color #b5fbeb

%27.14
%37.63
%35.23

CMYK Percentages of Color #b5fbeb

%28
%0
%6
%2

Triadic Colors of #b5fbeb

#b5fbeb #ebb5fb #fbebb5

Analogous Colors of #b5fbeb

#b5fbeb #b5e8fb #b5fbc8

Monochromatic Colors of #b5fbeb

#b5fbeb

Complementary Color

#b5fbeb #fbb5c5

#b5fbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fbeb Color CSS Codes

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

#b5fbeb Text Font Color

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

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


#b5fbeb Background Color

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

This div background color is #b5fbeb


#b5fbeb Border Color

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

This div border color is #b5fbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.