Color spaces of #80defb
RGB | 128 | 222 | 251 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.74 |
HSV | 194° | 49° | 98° |
CMYK | 0.49 | 0.12 | 0.00 0.02 |
XYZ | 52.4359 | 63.7968 | 100.8171 |
Yxy | 63.7968 | 0.2416 | 0.2939 |
Hunter Lab | 79.8729 | -22.5938 | -18.9259 |
CIE-Lab | 83.8599 | -20.3521 | -22.7620 |
#80defb color RGB value is (128,222,251).
#80defb hex color red value is 128, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #80defb hue: 0.54 , saturation: 0.94 and the lightness value of 80defb is 0.74.
The process color (four color CMYK) of #80defb color hex is 0.49, 0.12, 0.00, 0.02. Web safe color of #80defb is #99ccff. Color #80defb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 11011110 | 11111011 |
Octal | 200 | 336 | 373 |
Decimal | 128 | 222 | 251 |
Hex | 80 | DE | FB |
Shades of #80defb
Tints of #80defb
RGB Percentages of Color #80defb
CMYK Percentages of Color #80defb
Complementary Color
#80defb | #fb9d80 |
#80defb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#80defb Color Preview on White Background
Lorem ipsum dolor sit amet.
#80defb Color CSS Codes
.mybgcolor {background-color:#80defb; } .myforecolor {color:#80defb; } .mybordercolor {border:3px solid #80defb; }
#80defb Text Font Color
<p style="color:#80defb">Text here</p>
This sample text font color is #80defb
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.
#80defb Background Color
<div style="background-color:#80defb">
Div content here</div>
This div background color is #80defb
#80defb Border Color
<div style="border:3px solid #80defb">
Div here</div>
This div border color is #80defb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,222,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #80defb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #80defb; -webkit-box-shadow: 1px 1px 3px 2px #80defb; box-shadow: 1px 1px 3px 2px #80defb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,222,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 #80defb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #80defb; -webkit-box-shadow: 1px 1px 3px 2px #80defb; box-shadow: 1px 1px 3px 2px #80defb;">
Div content here</div>
This div box has shadow with color #80defb
Comments
No comments written yet.
Please login to write comment.