Color spaces of #7bebca
RGB | 123 | 235 | 202 |
---|---|---|---|
HSL | 0.45 | 0.74 | 0.70 |
HSV | 162° | 48° | 92° |
CMYK | 0.48 | 0.00 | 0.14 0.08 |
XYZ | 48.5374 | 67.8919 | 66.4234 |
Yxy | 67.8919 | 0.2654 | 0.3713 |
Hunter Lab | 82.3965 | -39.0448 | 9.8814 |
CIE-Lab | 85.9524 | -39.7972 | 6.1574 |
#7bebca color RGB value is (123,235,202).
#7bebca hex color red value is 123, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7bebca hue: 0.45 , saturation: 0.74 and the lightness value of 7bebca is 0.70.
The process color (four color CMYK) of #7bebca color hex is 0.48, 0.00, 0.14, 0.08. Web safe color of #7bebca is #66ffcc. Color #7bebca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111011 | 11101011 | 11001010 |
Octal | 173 | 353 | 312 |
Decimal | 123 | 235 | 202 |
Hex | 7B | EB | CA |
Shades of #7bebca
Tints of #7bebca
RGB Percentages of Color #7bebca
CMYK Percentages of Color #7bebca
Complementary Color
#7bebca | #eb7b9c |
#7bebca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7bebca Color Preview on White Background
Lorem ipsum dolor sit amet.
#7bebca Color CSS Codes
.mybgcolor {background-color:#7bebca; } .myforecolor {color:#7bebca; } .mybordercolor {border:3px solid #7bebca; }
#7bebca Text Font Color
<p style="color:#7bebca">Text here</p>
This sample text font color is #7bebca
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.
#7bebca Background Color
<div style="background-color:#7bebca">
Div content here</div>
This div background color is #7bebca
#7bebca Border Color
<div style="border:3px solid #7bebca">
Div here</div>
This div border color is #7bebca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(123,235,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7bebca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7bebca; -webkit-box-shadow: 1px 1px 3px 2px #7bebca; box-shadow: 1px 1px 3px 2px #7bebca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(123,235,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7bebca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7bebca; -webkit-box-shadow: 1px 1px 3px 2px #7bebca; box-shadow: 1px 1px 3px 2px #7bebca;">
Div content here</div>
This div box has shadow with color #7bebca
Comments
No comments written yet.
Please login to write comment.