Color Hex Logo

#b5febd Color Hex

#B5FEBD
(181,254,189)
0 Favorites   0 Comments

Color spaces of #b5febd

RGB 181254189
HSL0.350.970.85
HSV127°29°100°
CMYK 0.290.000.26   0.00
XYZ63.683284.381561.0749
Yxy84.38150.30450.4035
Hunter Lab91.8594-37.005624.8812
CIE-Lab93.6159-34.961624.0511

#b5febd color RGB value is (181,254,189).

#b5febd hex color red value is 181, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5febd hue: 0.35 , saturation: 0.97 and the lightness value of b5febd is 0.85.

The process color (four color CMYK) of #b5febd color hex is 0.29, 0.00, 0.26, 0.00. Web safe color of #b5febd is #ccffcc. Color #b5febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111110 10111101
Octal 265 376 275
Decimal 181 254 189
Hex B5 FE BD

RGB Percentages of Color #b5febd

%29.01
%40.71
%30.29

CMYK Percentages of Color #b5febd

%29
%0
%26
%0

Triadic Colors of #b5febd

#b5febd #bdb5fe #febdb5

Analogous Colors of #b5febd

#b5febd #b5fee2 #d2feb5

Monochromatic Colors of #b5febd

#b5febd

Complementary Color

#b5febd #feb5f6

#b5febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5febd Color CSS Codes

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

#b5febd Text Font Color

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

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


#b5febd Background Color

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

This div background color is #b5febd


#b5febd Border Color

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

This div border color is #b5febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5febd


Comments

No comments written yet.

Please login to write comment.