Color Hex Logo

#88afde Color Hex

#88AFDE
(136,175,222)
0 Favorites   0 Comments

Color spaces of #88afde

RGB 136175222
HSL0.590.570.70
HSV213°39°87°
CMYK 0.390.210.00   0.13
XYZ38.668141.168175.0155
Yxy41.16810.24970.2659
Hunter Lab64.1624-4.7093-24.4053
CIE-Lab70.2935-1.4663-27.8599

#88afde color RGB value is (136,175,222).

#88afde hex color red value is 136, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #88afde hue: 0.59 , saturation: 0.57 and the lightness value of 88afde is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 11011110
Octal 210 257 336
Decimal 136 175 222
Hex 88 AF DE

RGB Percentages of Color #88afde

%25.52
%32.83
%41.65

CMYK Percentages of Color #88afde

%39
%21
%0
%13

Triadic Colors of #88afde

#88afde #de88af #afde88

Analogous Colors of #88afde

#88afde #8c88de #88dade

Monochromatic Colors of #88afde

#88afde

Complementary Color

#88afde #deb788

#88afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afde Color CSS Codes

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

#88afde Text Font Color

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

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


#88afde Background Color

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

This div background color is #88afde


#88afde Border Color

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

This div border color is #88afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afde


Comments

No comments written yet.

Please login to write comment.