Color Hex Logo

#b5eecc Color Hex

#B5EECC
(181,238,204)
0 Favorites   0 Comments

Color spaces of #b5eecc

RGB 181238204
HSL0.400.630.82
HSV144°24°93°
CMYK 0.240.000.14   0.07
XYZ60.529775.332568.4771
Yxy75.33250.29620.3687
Hunter Lab86.7943-27.405413.9787
CIE-Lab89.5485-24.774010.6272

#b5eecc color RGB value is (181,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 11101110 11001100
Octal 265 356 314
Decimal 181 238 204
Hex B5 EE CC

RGB Percentages of Color #b5eecc

%29.05
%38.20
%32.74

CMYK Percentages of Color #b5eecc

%24
%0
%14
%7

Triadic Colors of #b5eecc

#b5eecc #ccb5ee #eeccb5

Analogous Colors of #b5eecc

#b5eecc #b5eee9 #bbeeb5

Monochromatic Colors of #b5eecc

#b5eecc

Complementary Color

#b5eecc #eeb5d7

#b5eecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5eecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5eecc Color CSS Codes

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

#b5eecc Text Font Color

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

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


#b5eecc Background Color

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

This div background color is #b5eecc


#b5eecc Border Color

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

This div border color is #b5eecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5eecc


Comments

No comments written yet.

Please login to write comment.