Color Hex Logo

#88fefd Color Hex

#88FEFD
(136,254,253)
0 Favorites   0 Comments

Color spaces of #88fefd

RGB 136254253
HSL0.500.980.76
HSV179°46°100°
CMYK 0.460.000.00   0.00
XYZ63.324883.2097105.6520
Yxy83.20970.25110.3300
Hunter Lab91.2194-35.7185-4.8173
CIE-Lab93.1062-33.5866-9.8877

#88fefd color RGB value is (136,254,253).

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

The process color (four color CMYK) of #88fefd color hex is 0.46, 0.00, 0.00, 0.00. Web safe color of #88fefd is #99ffff. Color #88fefd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111110 11111101
Octal 210 376 375
Decimal 136 254 253
Hex 88 FE FD

RGB Percentages of Color #88fefd

%21.15
%39.50
%39.35

CMYK Percentages of Color #88fefd

%46
%0
%0
%0

Triadic Colors of #88fefd

#88fefd #fd88fe #fefd88

Analogous Colors of #88fefd

#88fefd #88c4fe #88fec2

Monochromatic Colors of #88fefd

#88fefd

Complementary Color

#88fefd #fe8889

#88fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fefd Color CSS Codes

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

#88fefd Text Font Color

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

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


#88fefd Background Color

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

This div background color is #88fefd


#88fefd Border Color

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

This div border color is #88fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fefd


Comments

No comments written yet.

Please login to write comment.