Color Hex Logo

#88adfd Color Hex

#88ADFD
(136,173,253)
0 Favorites   0 Comments

Color spaces of #88adfd

RGB 136173253
HSL0.610.970.76
HSV221°46°99°
CMYK 0.460.320.00   0.01
XYZ42.826542.213298.8193
Yxy42.21320.23290.2296
Hunter Lab64.97173.9590-44.6975
CIE-Lab71.01778.2438-43.6075

#88adfd color RGB value is (136,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101101 11111101
Octal 210 255 375
Decimal 136 173 253
Hex 88 AD FD

RGB Percentages of Color #88adfd

%24.20
%30.78
%45.02

CMYK Percentages of Color #88adfd

%46
%32
%0
%1

Triadic Colors of #88adfd

#88adfd #fd88ad #adfd88

Analogous Colors of #88adfd

#88adfd #9e88fd #88e8fd

Monochromatic Colors of #88adfd

#88adfd

Complementary Color

#88adfd #fdd888

#88adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88adfd Color CSS Codes

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

#88adfd Text Font Color

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

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


#88adfd Background Color

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

This div background color is #88adfd


#88adfd Border Color

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

This div border color is #88adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88adfd


Comments

No comments written yet.

Please login to write comment.