Color Hex Logo

#b5edbd Color Hex

#B5EDBD
(181,237,189)
0 Favorites   0 Comments

Color spaces of #b5edbd

RGB 181237189
HSL0.360.610.82
HSV129°24°93°
CMYK 0.240.000.20   0.07
XYZ58.525674.066359.3557
Yxy74.06630.30490.3859
Hunter Lab86.0618-29.220719.3517
CIE-Lab88.9538-27.011617.5754

#b5edbd color RGB value is (181,237,189).

#b5edbd hex color red value is 181, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b5edbd hue: 0.36 , saturation: 0.61 and the lightness value of b5edbd is 0.82.

The process color (four color CMYK) of #b5edbd color hex is 0.24, 0.00, 0.20, 0.07. Web safe color of #b5edbd is #ccffcc. Color #b5edbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101101 10111101
Octal 265 355 275
Decimal 181 237 189
Hex B5 ED BD

RGB Percentages of Color #b5edbd

%29.82
%39.04
%31.14

CMYK Percentages of Color #b5edbd

%24
%0
%20
%7

Triadic Colors of #b5edbd

#b5edbd #bdb5ed #edbdb5

Analogous Colors of #b5edbd

#b5edbd #b5edd9 #c9edb5

Monochromatic Colors of #b5edbd

#b5edbd

Complementary Color

#b5edbd #edb5e5

#b5edbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5edbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5edbd Color CSS Codes

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

#b5edbd Text Font Color

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

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


#b5edbd Background Color

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

This div background color is #b5edbd


#b5edbd Border Color

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

This div border color is #b5edbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,237,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 #b5edbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5edbd


Comments

No comments written yet.

Please login to write comment.