Color Hex Logo

#88acda Color Hex

#88ACDA
(136,172,218)
0 Favorites   0 Comments

Color spaces of #88acda

RGB 136172218
HSL0.590.530.69
HSV214°38°85°
CMYK 0.380.210.00   0.15
XYZ37.560839.801272.0324
Yxy39.80120.25140.2664
Hunter Lab63.0882-4.1308-23.5340
CIE-Lab69.3277-0.8740-27.1519

#88acda color RGB value is (136,172,218).

#88acda hex color red value is 136, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #88acda hue: 0.59 , saturation: 0.53 and the lightness value of 88acda is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 11011010
Octal 210 254 332
Decimal 136 172 218
Hex 88 AC DA

RGB Percentages of Color #88acda

%25.86
%32.70
%41.44

CMYK Percentages of Color #88acda

%38
%21
%0
%15

Triadic Colors of #88acda

#88acda #da88ac #acda88

Analogous Colors of #88acda

#88acda #8d88da #88d5da

Monochromatic Colors of #88acda

#88acda

Complementary Color

#88acda #dab688

#88acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acda Color CSS Codes

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

#88acda Text Font Color

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

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


#88acda Background Color

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

This div background color is #88acda


#88acda Border Color

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

This div border color is #88acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acda


Comments

No comments written yet.

Please login to write comment.