Color Hex Logo

#88bec2 Color Hex

#88BEC2
(136,190,194)
0 Favorites   0 Comments

Color spaces of #88bec2

RGB 136190194
HSL0.510.320.65
HSV184°30°76°
CMYK 0.300.020.00   0.24
XYZ38.304445.956257.8905
Yxy45.95620.26950.3233
Hunter Lab67.7910-17.7752-3.1773
CIE-Lab73.5171-16.5262-7.6841

#88bec2 color RGB value is (136,190,194).

#88bec2 hex color red value is 136, green value is 190 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #88bec2 hue: 0.51 , saturation: 0.32 and the lightness value of 88bec2 is 0.65.

The process color (four color CMYK) of #88bec2 color hex is 0.30, 0.02, 0.00, 0.24. Web safe color of #88bec2 is #99cccc. Color #88bec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 11000010
Octal 210 276 302
Decimal 136 190 194
Hex 88 BE C2

RGB Percentages of Color #88bec2

%26.15
%36.54
%37.31

CMYK Percentages of Color #88bec2

%30
%2
%0
%24

Triadic Colors of #88bec2

#88bec2 #c288be #bec288

Analogous Colors of #88bec2

#88bec2 #88a1c2 #88c2a9

Monochromatic Colors of #88bec2

#88bec2

Complementary Color

#88bec2 #c28c88

#88bec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bec2 Color CSS Codes

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

#88bec2 Text Font Color

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

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


#88bec2 Background Color

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

This div background color is #88bec2


#88bec2 Border Color

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

This div border color is #88bec2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,190,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88bec2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88bec2;
  -webkit-box-shadow: 1px 1px 3px 2px #88bec2;
  box-shadow:         1px 1px 3px 2px #88bec2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,190,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bec2


Comments

No comments written yet.

Please login to write comment.