Color Hex Logo

#88acdc Color Hex

#88ACDC
(136,172,220)
0 Favorites   0 Comments

Color spaces of #88acdc

RGB 136172220
HSL0.600.550.70
HSV214°38°86°
CMYK 0.380.220.00   0.14
XYZ37.824139.906673.4193
Yxy39.90660.25020.2640
Hunter Lab63.1717-3.6734-24.6878
CIE-Lab69.4030-0.3430-28.1335

#88acdc color RGB value is (136,172,220).

#88acdc hex color red value is 136, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #88acdc hue: 0.60 , saturation: 0.55 and the lightness value of 88acdc is 0.70.

The process color (four color CMYK) of #88acdc color hex is 0.38, 0.22, 0.00, 0.14. Web safe color of #88acdc is #9999cc. Color #88acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 11011100
Octal 210 254 334
Decimal 136 172 220
Hex 88 AC DC

RGB Percentages of Color #88acdc

%25.76
%32.58
%41.67

CMYK Percentages of Color #88acdc

%38
%22
%0
%14

Triadic Colors of #88acdc

#88acdc #dc88ac #acdc88

Analogous Colors of #88acdc

#88acdc #8e88dc #88d6dc

Monochromatic Colors of #88acdc

#88acdc

Complementary Color

#88acdc #dcb888

#88acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acdc Color CSS Codes

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

#88acdc Text Font Color

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

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


#88acdc Background Color

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

This div background color is #88acdc


#88acdc Border Color

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

This div border color is #88acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acdc


Comments

No comments written yet.

Please login to write comment.