Color spaces of #88dcfd
RGB | 136 | 220 | 253 |
---|---|---|---|
HSL | 0.55 | 0.97 | 0.76 |
HSV | 197° | 46° | 99° |
CMYK | 0.46 | 0.13 | 0.00 0.01 |
XYZ | 53.4762 | 63.5125 | 102.3691 |
Yxy | 63.5125 | 0.2438 | 0.2895 |
Hunter Lab | 79.6947 | -19.6900 | -20.3726 |
CIE-Lab | 83.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 11011100 | 11111101 |
Octal | 210 | 334 | 375 |
Decimal | 136 | 220 | 253 |
Hex | 88 | DC | FD |
Shades of #88dcfd
Tints of #88dcfd
RGB Percentages of Color #88dcfd
CMYK Percentages of Color #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.