Color Hex Logo

#b5ffee Color Hex

#B5FFEE
(181,255,238)
1 Favorites   0 Comments

Color spaces of #b5ffee

RGB 181255238
HSL0.461.000.85
HSV166°29°100°
CMYK 0.290.000.07   0.00
XYZ70.248787.516894.0789
Yxy87.51680.27890.3475
Hunter Lab93.5504-29.67435.8603
CIE-Lab94.9571-26.19590.8145

#b5ffee color RGB value is (181,255,238).

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

The process color (four color CMYK) of #b5ffee color hex is 0.29, 0.00, 0.07, 0.00. Web safe color of #b5ffee is #ccffff. Color #b5ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11111111 11101110
Octal 265 377 356
Decimal 181 255 238
Hex B5 FF EE

RGB Percentages of Color #b5ffee

%26.85
%37.83
%35.31

CMYK Percentages of Color #b5ffee

%29
%0
%7
%0

Triadic Colors of #b5ffee

#b5ffee #eeb5ff #ffeeb5

Analogous Colors of #b5ffee

#b5ffee #b5ebff #b5ffc9

Monochromatic Colors of #b5ffee

#b5ffee

Complementary Color

#b5ffee #ffb5c6

#b5ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ffee Color CSS Codes

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

#b5ffee Text Font Color

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

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


#b5ffee Background Color

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

This div background color is #b5ffee


#b5ffee Border Color

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

This div border color is #b5ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ffee


Comments

No comments written yet.

Please login to write comment.