Color Hex Logo

#88acfb Color Hex

#88ACFB
(136,172,251)
0 Favorites   0 Comments

Color spaces of #88acfb

RGB 136172251
HSL0.610.930.76
HSV221°46°98°
CMYK 0.460.310.00   0.02
XYZ42.318541.704397.0861
Yxy41.70430.23370.2303
Hunter Lab64.57893.9579-43.9298
CIE-Lab70.66668.2355-43.0741

#88acfb color RGB value is (136,172,251).

#88acfb hex color red value is 136, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #88acfb hue: 0.61 , saturation: 0.93 and the lightness value of 88acfb is 0.76.

The process color (four color CMYK) of #88acfb color hex is 0.46, 0.31, 0.00, 0.02. Web safe color of #88acfb is #9999ff. Color #88acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 11111011
Octal 210 254 373
Decimal 136 172 251
Hex 88 AC FB

RGB Percentages of Color #88acfb

%24.33
%30.77
%44.90

CMYK Percentages of Color #88acfb

%46
%31
%0
%2

Triadic Colors of #88acfb

#88acfb #fb88ac #acfb88

Analogous Colors of #88acfb

#88acfb #9e88fb #88e6fb

Monochromatic Colors of #88acfb

#88acfb

Complementary Color

#88acfb #fbd788

#88acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acfb Color CSS Codes

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

#88acfb Text Font Color

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

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


#88acfb Background Color

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

This div background color is #88acfb


#88acfb Border Color

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

This div border color is #88acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acfb


Comments

No comments written yet.

Please login to write comment.