Color Hex Logo

#b5eedf Color Hex

#B5EEDF
(181,238,223)
0 Favorites   0 Comments

Color spaces of #b5eedf

RGB 181238223
HSL0.460.630.82
HSV164°24°93°
CMYK 0.240.000.06   0.07
XYZ62.949976.300581.2217
Yxy76.30050.28550.3461
Hunter Lab87.3502-24.22476.0149
CIE-Lab89.9987-21.05571.3716

#b5eedf color RGB value is (181,238,223).

#b5eedf hex color red value is 181, green value is 238 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b5eedf hue: 0.46 , saturation: 0.63 and the lightness value of b5eedf is 0.82.

The process color (four color CMYK) of #b5eedf color hex is 0.24, 0.00, 0.06, 0.07. Web safe color of #b5eedf is #ccffcc. Color #b5eedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101110 11011111
Octal 265 356 337
Decimal 181 238 223
Hex B5 EE DF

RGB Percentages of Color #b5eedf

%28.19
%37.07
%34.74

CMYK Percentages of Color #b5eedf

%24
%0
%6
%7

Triadic Colors of #b5eedf

#b5eedf #dfb5ee #eedfb5

Analogous Colors of #b5eedf

#b5eedf #b5e1ee #b5eec3

Monochromatic Colors of #b5eedf

#b5eedf

Complementary Color

#b5eedf #eeb5c4

#b5eedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eedf Color CSS Codes

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

#b5eedf Text Font Color

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

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


#b5eedf Background Color

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

This div background color is #b5eedf


#b5eedf Border Color

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

This div border color is #b5eedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eedf


Comments

No comments written yet.

Please login to write comment.