Color spaces of #7ddbfb
RGB | 125 | 219 | 251 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.74 |
HSV | 195° | 50° | 98° |
CMYK | 0.50 | 0.13 | 0.00 0.02 |
XYZ | 51.2016 | 61.9880 | 100.5331 |
Yxy | 61.9880 | 0.2396 | 0.2900 |
Hunter Lab | 78.7325 | -21.6990 | -20.5944 |
CIE-Lab | 82.9070 | -19.4884 | -24.2216 |
#7ddbfb color RGB value is (125,219,251).
#7ddbfb hex color red value is 125, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7ddbfb hue: 0.54 , saturation: 0.94 and the lightness value of 7ddbfb is 0.74.
The process color (four color CMYK) of #7ddbfb color hex is 0.50, 0.13, 0.00, 0.02. Web safe color of #7ddbfb is #66ccff. Color #7ddbfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111101 | 11011011 | 11111011 |
Octal | 175 | 333 | 373 |
Decimal | 125 | 219 | 251 |
Hex | 7D | DB | FB |
Shades of #7ddbfb
Tints of #7ddbfb
RGB Percentages of Color #7ddbfb
CMYK Percentages of Color #7ddbfb
Complementary Color
#7ddbfb | #fb9d7d |
#7ddbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ddbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ddbfb Color CSS Codes
.mybgcolor {background-color:#7ddbfb; } .myforecolor {color:#7ddbfb; } .mybordercolor {border:3px solid #7ddbfb; }
#7ddbfb Text Font Color
<p style="color:#7ddbfb">Text here</p>
This sample text font color is #7ddbfb
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.
#7ddbfb Background Color
<div style="background-color:#7ddbfb">
Div content here</div>
This div background color is #7ddbfb
#7ddbfb Border Color
<div style="border:3px solid #7ddbfb">
Div here</div>
This div border color is #7ddbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(125,219,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ddbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ddbfb; -webkit-box-shadow: 1px 1px 3px 2px #7ddbfb; box-shadow: 1px 1px 3px 2px #7ddbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(125,219,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ddbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ddbfb; -webkit-box-shadow: 1px 1px 3px 2px #7ddbfb; box-shadow: 1px 1px 3px 2px #7ddbfb;">
Div content here</div>
This div box has shadow with color #7ddbfb
Comments
No comments written yet.
Please login to write comment.