Color Hex Logo

#88faeb Color Hex

#88FAEB
(136,250,235)
0 Favorites   0 Comments

Color spaces of #88faeb

RGB 136250235
HSL0.480.920.76
HSV172°46°98°
CMYK 0.460.000.06   0.02
XYZ59.334379.603690.8350
Yxy79.60360.25820.3464
Hunter Lab89.2208-37.42912.0919
CIE-Lab91.5067-36.0652-2.9194

#88faeb color RGB value is (136,250,235).

#88faeb hex color red value is 136, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #88faeb hue: 0.48 , saturation: 0.92 and the lightness value of 88faeb is 0.76.

The process color (four color CMYK) of #88faeb color hex is 0.46, 0.00, 0.06, 0.02. Web safe color of #88faeb is #99ffff. Color #88faeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111010 11101011
Octal 210 372 353
Decimal 136 250 235
Hex 88 FA EB

RGB Percentages of Color #88faeb

%21.90
%40.26
%37.84

CMYK Percentages of Color #88faeb

%46
%0
%6
%2

Triadic Colors of #88faeb

#88faeb #eb88fa #faeb88

Analogous Colors of #88faeb

#88faeb #88d0fa #88fab2

Monochromatic Colors of #88faeb

#88faeb

Complementary Color

#88faeb #fa8897

#88faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88faeb Color CSS Codes

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

#88faeb Text Font Color

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

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


#88faeb Background Color

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

This div background color is #88faeb


#88faeb Border Color

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

This div border color is #88faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88faeb


Comments

No comments written yet.

Please login to write comment.