Color spaces of #7bdefa
RGB | 123 | 222 | 250 |
---|---|---|---|
HSL | 0.54 | 0.93 | 0.73 |
HSV | 193° | 51° | 98° |
CMYK | 0.51 | 0.11 | 0.00 0.02 |
XYZ | 51.5450 | 63.3556 | 99.9546 |
Yxy | 63.3556 | 0.2399 | 0.2949 |
Hunter Lab | 79.5962 | -23.7002 | -18.7373 |
CIE-Lab | 83.6291 | -21.6933 | -22.6024 |
#7bdefa color RGB value is (123,222,250).
#7bdefa hex color red value is 123, green value is 222 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7bdefa hue: 0.54 , saturation: 0.93 and the lightness value of 7bdefa is 0.73.
The process color (four color CMYK) of #7bdefa color hex is 0.51, 0.11, 0.00, 0.02. Web safe color of #7bdefa is #66ccff. Color #7bdefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11011110 | 11111010 |
Octal | 173 | 336 | 372 |
Decimal | 123 | 222 | 250 |
Hex | 7B | DE | FA |
Shades of #7bdefa
Tints of #7bdefa
RGB Percentages of Color #7bdefa
CMYK Percentages of Color #7bdefa
Complementary Color
#7bdefa | #fa977b |
#7bdefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bdefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bdefa Color CSS Codes
.mybgcolor {background-color:#7bdefa; } .myforecolor {color:#7bdefa; } .mybordercolor {border:3px solid #7bdefa; }
#7bdefa Text Font Color
<p style="color:#7bdefa">Text here</p>
This sample text font color is #7bdefa
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.
#7bdefa Background Color
<div style="background-color:#7bdefa">
Div content here</div>
This div background color is #7bdefa
#7bdefa Border Color
<div style="border:3px solid #7bdefa">
Div here</div>
This div border color is #7bdefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,222,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bdefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bdefa; -webkit-box-shadow: 1px 1px 3px 2px #7bdefa; box-shadow: 1px 1px 3px 2px #7bdefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,222,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bdefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bdefa; -webkit-box-shadow: 1px 1px 3px 2px #7bdefa; box-shadow: 1px 1px 3px 2px #7bdefa;">
Div content here</div>
This div box has shadow with color #7bdefa
Comments
No comments written yet.
Please login to write comment.