Color Hex Logo

#b5fddc Color Hex

#B5FDDC
(181,253,220)
0 Favorites   0 Comments

Color spaces of #b5fddc

RGB 181253220
HSL0.420.950.85
HSV153°28°99°
CMYK 0.280.000.13   0.01
XYZ67.099685.241680.6269
Yxy85.24160.28800.3659
Hunter Lab92.3264-31.843612.8516
CIE-Lab93.9871-28.87358.6921

#b5fddc color RGB value is (181,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111101 11011100
Octal 265 375 334
Decimal 181 253 220
Hex B5 FD DC

RGB Percentages of Color #b5fddc

%27.68
%38.69
%33.64

CMYK Percentages of Color #b5fddc

%28
%0
%13
%1

Triadic Colors of #b5fddc

#b5fddc #dcb5fd #fddcb5

Analogous Colors of #b5fddc

#b5fddc #b5fafd #b5fdb8

Monochromatic Colors of #b5fddc

#b5fddc

Complementary Color

#b5fddc #fdb5d6

#b5fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5fddc Color CSS Codes

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

#b5fddc Text Font Color

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

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


#b5fddc Background Color

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

This div background color is #b5fddc


#b5fddc Border Color

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

This div border color is #b5fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5fddc


Comments

No comments written yet.

Please login to write comment.