Color Hex Logo

#88dcfd Color Hex

#88DCFD
(136,220,253)
0 Favorites   0 Comments

Color spaces of #88dcfd

RGB 136220253
HSL0.550.970.76
HSV197°46°99°
CMYK 0.460.130.00   0.01
XYZ53.476263.5125102.3691
Yxy63.51250.24380.2895
Hunter Lab79.6947-19.6900-20.3726
CIE-Lab83.7113-17.0176-24.0134

#88dcfd color RGB value is (136,220,253).

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

The process color (four color CMYK) of #88dcfd color hex is 0.46, 0.13, 0.00, 0.01. Web safe color of #88dcfd is #99ccff. Color #88dcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 11111101
Octal 210 334 375
Decimal 136 220 253
Hex 88 DC FD

RGB Percentages of Color #88dcfd

%22.33
%36.12
%41.54

CMYK Percentages of Color #88dcfd

%46
%13
%0
%1

Triadic Colors of #88dcfd

#88dcfd #fd88dc #dcfd88

Analogous Colors of #88dcfd

#88dcfd #88a2fd #88fde4

Monochromatic Colors of #88dcfd

#88dcfd

Complementary Color

#88dcfd #fda988

#88dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dcfd Color CSS Codes

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

#88dcfd Text Font Color

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

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


#88dcfd Background Color

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

This div background color is #88dcfd


#88dcfd Border Color

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

This div border color is #88dcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,220,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 #88dcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dcfd


Comments

No comments written yet.

Please login to write comment.