Color Hex Logo

#b5ebed Color Hex

#B5EBED
(181,235,237)
0 Favorites   0 Comments

Color spaces of #b5ebed

RGB 181235237
HSL0.510.610.82
HSV182°24°93°
CMYK 0.240.010.00   0.07
XYZ64.050475.354891.2899
Yxy75.35480.27760.3266
Hunter Lab86.8071-20.2068-1.5868
CIE-Lab89.5589-16.6351-6.5914

#b5ebed color RGB value is (181,235,237).

#b5ebed hex color red value is 181, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b5ebed hue: 0.51 , saturation: 0.61 and the lightness value of b5ebed is 0.82.

The process color (four color CMYK) of #b5ebed color hex is 0.24, 0.01, 0.00, 0.07. Web safe color of #b5ebed is #ccffff. Color #b5ebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101011 11101101
Octal 265 353 355
Decimal 181 235 237
Hex B5 EB ED

RGB Percentages of Color #b5ebed

%27.72
%35.99
%36.29

CMYK Percentages of Color #b5ebed

%24
%1
%0
%7

Triadic Colors of #b5ebed

#b5ebed #edb5eb #ebedb5

Analogous Colors of #b5ebed

#b5ebed #b5cfed #b5edd3

Monochromatic Colors of #b5ebed

#b5ebed

Complementary Color

#b5ebed #edb7b5

#b5ebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ebed Color CSS Codes

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

#b5ebed Text Font Color

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

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


#b5ebed Background Color

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

This div background color is #b5ebed


#b5ebed Border Color

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

This div border color is #b5ebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ebed


Comments

No comments written yet.

Please login to write comment.