Color spaces of #7bcaee
RGB | 123 | 202 | 238 |
---|---|---|---|
HSL | 0.55 | 0.77 | 0.71 |
HSV | 199° | 48° | 93° |
CMYK | 0.48 | 0.15 | 0.00 0.07 |
XYZ | 44.7215 | 52.6251 | 88.6895 |
Yxy | 52.6251 | 0.2404 | 0.2829 |
Hunter Lab | 72.5432 | -16.9086 | -21.7063 |
CIE-Lab | 77.6531 | -14.7850 | -25.3107 |
#7bcaee color RGB value is (123,202,238).
#7bcaee hex color red value is 123, green value is 202 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #7bcaee hue: 0.55 , saturation: 0.77 and the lightness value of 7bcaee is 0.71.
The process color (four color CMYK) of #7bcaee color hex is 0.48, 0.15, 0.00, 0.07. Web safe color of #7bcaee is #66ccff. Color #7bcaee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11001010 | 11101110 |
Octal | 173 | 312 | 356 |
Decimal | 123 | 202 | 238 |
Hex | 7B | CA | EE |
Shades of #7bcaee
Tints of #7bcaee
RGB Percentages of Color #7bcaee
CMYK Percentages of Color #7bcaee
Complementary Color
#7bcaee | #ee9f7b |
#7bcaee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bcaee Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bcaee Color CSS Codes
.mybgcolor {background-color:#7bcaee; } .myforecolor {color:#7bcaee; } .mybordercolor {border:3px solid #7bcaee; }
#7bcaee Text Font Color
<p style="color:#7bcaee">Text here</p>
This sample text font color is #7bcaee
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.
#7bcaee Background Color
<div style="background-color:#7bcaee">
Div content here</div>
This div background color is #7bcaee
#7bcaee Border Color
<div style="border:3px solid #7bcaee">
Div here</div>
This div border color is #7bcaee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,202,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bcaee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bcaee; -webkit-box-shadow: 1px 1px 3px 2px #7bcaee; box-shadow: 1px 1px 3px 2px #7bcaee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,202,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bcaee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bcaee; -webkit-box-shadow: 1px 1px 3px 2px #7bcaee; box-shadow: 1px 1px 3px 2px #7bcaee;">
Div content here</div>
This div box has shadow with color #7bcaee
Comments
No comments written yet.
Please login to write comment.