Color spaces of #7cebe2
RGB | 124 | 235 | 226 |
---|---|---|---|
HSL | 0.49 | 0.74 | 0.70 |
HSV | 175° | 47° | 92° |
CMYK | 0.47 | 0.00 | 0.04 0.08 |
XYZ | 51.7480 | 69.1927 | 82.5796 |
Yxy | 69.1927 | 0.2543 | 0.3400 |
Hunter Lab | 83.1821 | -34.5231 | -0.6330 |
CIE-Lab | 86.5994 | -33.9616 | -5.4945 |
#7cebe2 color RGB value is (124,235,226).
#7cebe2 hex color red value is 124, green value is 235 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #7cebe2 hue: 0.49 , saturation: 0.74 and the lightness value of 7cebe2 is 0.70.
The process color (four color CMYK) of #7cebe2 color hex is 0.47, 0.00, 0.04, 0.08. Web safe color of #7cebe2 is #66ffcc. Color #7cebe2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11101011 | 11100010 |
Octal | 174 | 353 | 342 |
Decimal | 124 | 235 | 226 |
Hex | 7C | EB | E2 |
Shades of #7cebe2
Tints of #7cebe2
RGB Percentages of Color #7cebe2
CMYK Percentages of Color #7cebe2
Complementary Color
#7cebe2 | #eb7c85 |
#7cebe2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cebe2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cebe2 Color CSS Codes
.mybgcolor {background-color:#7cebe2; } .myforecolor {color:#7cebe2; } .mybordercolor {border:3px solid #7cebe2; }
#7cebe2 Text Font Color
<p style="color:#7cebe2">Text here</p>
This sample text font color is #7cebe2
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.
#7cebe2 Background Color
<div style="background-color:#7cebe2">
Div content here</div>
This div background color is #7cebe2
#7cebe2 Border Color
<div style="border:3px solid #7cebe2">
Div here</div>
This div border color is #7cebe2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,235,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cebe2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cebe2; -webkit-box-shadow: 1px 1px 3px 2px #7cebe2; box-shadow: 1px 1px 3px 2px #7cebe2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,235,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cebe2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cebe2; -webkit-box-shadow: 1px 1px 3px 2px #7cebe2; box-shadow: 1px 1px 3px 2px #7cebe2;">
Div content here</div>
This div box has shadow with color #7cebe2
Comments
No comments written yet.
Please login to write comment.