Color Hex Logo

#88d0ff Color Hex

#88D0FF
(136,208,255)
0 Favorites   0 Comments

Color spaces of #88d0ff

RGB 136208255
HSL0.571.000.77
HSV204°47°100°
CMYK 0.470.180.00   0.00
XYZ50.759257.5660103.0438
Yxy57.56600.24010.2723
Hunter Lab75.8723-13.3584-27.4125
CIE-Lab80.4969-10.2750-29.9849

#88d0ff color RGB value is (136,208,255).

#88d0ff hex color red value is 136, green value is 208 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #88d0ff hue: 0.57 , saturation: 1.00 and the lightness value of 88d0ff is 0.77.

The process color (four color CMYK) of #88d0ff color hex is 0.47, 0.18, 0.00, 0.00. Web safe color of #88d0ff is #99ccff. Color #88d0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11010000 11111111
Octal 210 320 377
Decimal 136 208 255
Hex 88 D0 FF

RGB Percentages of Color #88d0ff

%22.70
%34.72
%42.57

CMYK Percentages of Color #88d0ff

%47
%18
%0
%0

Triadic Colors of #88d0ff

#88d0ff #ff88d0 #d0ff88

Analogous Colors of #88d0ff

#88d0ff #8895ff #88fff3

Monochromatic Colors of #88d0ff

#88d0ff

Complementary Color

#88d0ff #ffb788

#88d0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88d0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88d0ff Color CSS Codes

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

#88d0ff Text Font Color

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

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


#88d0ff Background Color

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

This div background color is #88d0ff


#88d0ff Border Color

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

This div border color is #88d0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88d0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.