Color Hex Logo

#b5ecbd Color Hex

#B5ECBD
(181,236,189)
0 Favorites   0 Comments

Color spaces of #b5ecbd

RGB 181236189
HSL0.360.590.82
HSV129°23°93°
CMYK 0.230.000.20   0.07
XYZ58.236873.488859.2595
Yxy73.48880.30490.3848
Hunter Lab85.7256-28.757719.0226
CIE-Lab88.6803-26.533617.1922

#b5ecbd color RGB value is (181,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101100 10111101
Octal 265 354 275
Decimal 181 236 189
Hex B5 EC BD

RGB Percentages of Color #b5ecbd

%29.87
%38.94
%31.19

CMYK Percentages of Color #b5ecbd

%23
%0
%20
%7

Triadic Colors of #b5ecbd

#b5ecbd #bdb5ec #ecbdb5

Analogous Colors of #b5ecbd

#b5ecbd #b5ecd9 #c9ecb5

Monochromatic Colors of #b5ecbd

#b5ecbd

Complementary Color

#b5ecbd #ecb5e4

#b5ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ecbd Color CSS Codes

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

#b5ecbd Text Font Color

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

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


#b5ecbd Background Color

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

This div background color is #b5ecbd


#b5ecbd Border Color

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

This div border color is #b5ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ecbd


Comments

No comments written yet.

Please login to write comment.