Color Hex Logo

#b5fdcd Color Hex

#B5FDCD
(181,253,205)
0 Favorites   0 Comments

Color spaces of #b5fdcd

RGB 181253205
HSL0.390.950.85
HSV140°28°99°
CMYK 0.280.000.19   0.01
XYZ65.200884.482170.6278
Yxy84.48210.29590.3835
Hunter Lab91.9141-34.227918.7808
CIE-Lab93.6595-31.701115.9396

#b5fdcd color RGB value is (181,253,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111101 11001101
Octal 265 375 315
Decimal 181 253 205
Hex B5 FD CD

RGB Percentages of Color #b5fdcd

%28.33
%39.59
%32.08

CMYK Percentages of Color #b5fdcd

%28
%0
%19
%1

Triadic Colors of #b5fdcd

#b5fdcd #cdb5fd #fdcdb5

Analogous Colors of #b5fdcd

#b5fdcd #b5fdf1 #c1fdb5

Monochromatic Colors of #b5fdcd

#b5fdcd

Complementary Color

#b5fdcd #fdb5e5

#b5fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fdcd Color CSS Codes

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

#b5fdcd Text Font Color

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

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


#b5fdcd Background Color

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

This div background color is #b5fdcd


#b5fdcd Border Color

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

This div border color is #b5fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fdcd


Comments

No comments written yet.

Please login to write comment.