Color Hex Logo

#b5fddf Color Hex

#B5FDDF
(181,253,223)
0 Favorites   0 Comments

Color spaces of #b5fddf

RGB 181253223
HSL0.430.950.85
HSV155°28°99°
CMYK 0.280.000.12   0.01
XYZ67.500685.402082.7386
Yxy85.40200.28650.3624
Hunter Lab92.4132-31.342811.6062
CIE-Lab94.0561-28.28567.2449

#b5fddf color RGB value is (181,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111101 11011111
Octal 265 375 337
Decimal 181 253 223
Hex B5 FD DF

RGB Percentages of Color #b5fddf

%27.55
%38.51
%33.94

CMYK Percentages of Color #b5fddf

%28
%0
%12
%1

Triadic Colors of #b5fddf

#b5fddf #dfb5fd #fddfb5

Analogous Colors of #b5fddf

#b5fddf #b5f7fd #b5fdbb

Monochromatic Colors of #b5fddf

#b5fddf

Complementary Color

#b5fddf #fdb5d3

#b5fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fddf Color CSS Codes

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

#b5fddf Text Font Color

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

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


#b5fddf Background Color

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

This div background color is #b5fddf


#b5fddf Border Color

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

This div border color is #b5fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fddf


Comments

No comments written yet.

Please login to write comment.