Color Hex Logo

#b5fdcb Color Hex

#B5FDCB
(181,253,203)
0 Favorites   0 Comments

Color spaces of #b5fdcb

RGB 181253203
HSL0.380.950.85
HSV138°28°99°
CMYK 0.280.000.20   0.01
XYZ64.960884.386169.3643
Yxy84.38610.29700.3858
Hunter Lab91.8619-34.530819.5339
CIE-Lab93.6179-32.063716.9066

#b5fdcb color RGB value is (181,253,203).

#b5fdcb hex color red value is 181, green value is 253 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b5fdcb hue: 0.38 , saturation: 0.95 and the lightness value of b5fdcb is 0.85.

The process color (four color CMYK) of #b5fdcb color hex is 0.28, 0.00, 0.20, 0.01. Web safe color of #b5fdcb is #ccffcc. Color #b5fdcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111101 11001011
Octal 265 375 313
Decimal 181 253 203
Hex B5 FD CB

RGB Percentages of Color #b5fdcb

%28.41
%39.72
%31.87

CMYK Percentages of Color #b5fdcb

%28
%0
%20
%1

Triadic Colors of #b5fdcb

#b5fdcb #cbb5fd #fdcbb5

Analogous Colors of #b5fdcb

#b5fdcb #b5fdef #c3fdb5

Monochromatic Colors of #b5fdcb

#b5fdcb

Complementary Color

#b5fdcb #fdb5e7

#b5fdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fdcb Color CSS Codes

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

#b5fdcb Text Font Color

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

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


#b5fdcb Background Color

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

This div background color is #b5fdcb


#b5fdcb Border Color

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

This div border color is #b5fdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fdcb


Comments

No comments written yet.

Please login to write comment.