Color Hex Logo

#b5ebcc Color Hex

#B5EBCC
(181,235,204)
0 Favorites   0 Comments

Color spaces of #b5ebcc

RGB 181235204
HSL0.400.570.82
HSV146°23°92°
CMYK 0.230.000.13   0.08
XYZ59.663573.600168.1884
Yxy73.60010.29620.3653
Hunter Lab85.7905-25.994512.9282
CIE-Lab88.7331-23.32139.4625

#b5ebcc color RGB value is (181,235,204).

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

The process color (four color CMYK) of #b5ebcc color hex is 0.23, 0.00, 0.13, 0.08. Web safe color of #b5ebcc is #ccffcc. Color #b5ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101011 11001100
Octal 265 353 314
Decimal 181 235 204
Hex B5 EB CC

RGB Percentages of Color #b5ebcc

%29.19
%37.90
%32.90

CMYK Percentages of Color #b5ebcc

%23
%0
%13
%8

Triadic Colors of #b5ebcc

#b5ebcc #ccb5eb #ebccb5

Analogous Colors of #b5ebcc

#b5ebcc #b5ebe7 #b9ebb5

Monochromatic Colors of #b5ebcc

#b5ebcc

Complementary Color

#b5ebcc #ebb5d4

#b5ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5ebcc Color CSS Codes

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

#b5ebcc Text Font Color

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

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


#b5ebcc Background Color

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

This div background color is #b5ebcc


#b5ebcc Border Color

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

This div border color is #b5ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5ebcc


Comments

No comments written yet.

Please login to write comment.