Color Hex Logo

#b5ebec Color Hex

#B5EBEC
(181,235,236)
0 Favorites   0 Comments

Color spaces of #b5ebec

RGB 181235236
HSL0.500.590.82
HSV181°23°93°
CMYK 0.230.000.00   0.07
XYZ63.904775.296590.5224
Yxy75.29650.27820.3278
Hunter Lab86.7736-20.3968-1.1100
CIE-Lab89.5317-16.8504-6.1083

#b5ebec color RGB value is (181,235,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101011 11101100
Octal 265 353 354
Decimal 181 235 236
Hex B5 EB EC

RGB Percentages of Color #b5ebec

%27.76
%36.04
%36.20

CMYK Percentages of Color #b5ebec

%23
%0
%0
%7

Triadic Colors of #b5ebec

#b5ebec #ecb5eb #ebecb5

Analogous Colors of #b5ebec

#b5ebec #b5d0ec #b5ecd2

Monochromatic Colors of #b5ebec

#b5ebec

Complementary Color

#b5ebec #ecb6b5

#b5ebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ebec Color CSS Codes

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

#b5ebec Text Font Color

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

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


#b5ebec Background Color

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

This div background color is #b5ebec


#b5ebec Border Color

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

This div border color is #b5ebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ebec


Comments

No comments written yet.

Please login to write comment.