Color Hex Logo

#88acfc Color Hex

#88ACFC
(136,172,252)
0 Favorites   0 Comments

Color spaces of #88acfc

RGB 136172252
HSL0.610.950.76
HSV221°46°99°
CMYK 0.460.320.00   0.01
XYZ42.476641.767697.9187
Yxy41.76760.23320.2293
Hunter Lab64.62794.2202-44.5917
CIE-Lab70.71048.5214-43.5473

#88acfc color RGB value is (136,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 11111100
Octal 210 254 374
Decimal 136 172 252
Hex 88 AC FC

RGB Percentages of Color #88acfc

%24.29
%30.71
%45.00

CMYK Percentages of Color #88acfc

%46
%32
%0
%1

Triadic Colors of #88acfc

#88acfc #fc88ac #acfc88

Analogous Colors of #88acfc

#88acfc #9e88fc #88e6fc

Monochromatic Colors of #88acfc

#88acfc

Complementary Color

#88acfc #fcd888

#88acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acfc Color CSS Codes

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

#88acfc Text Font Color

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

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


#88acfc Background Color

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

This div background color is #88acfc


#88acfc Border Color

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

This div border color is #88acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acfc


Comments

No comments written yet.

Please login to write comment.