Color spaces of #7cfdeb
RGB | 124 | 253 | 235 |
---|---|---|---|
HSL | 0.48 | 0.97 | 0.74 |
HSV | 172° | 51° | 99° |
CMYK | 0.51 | 0.00 | 0.07 0.01 |
XYZ | 58.4329 | 80.5338 | 91.0621 |
Yxy | 80.5338 | 0.2540 | 0.3501 |
Hunter Lab | 89.7406 | -40.8192 | 2.6554 |
CIE-Lab | 91.9238 | -40.0381 | -2.3569 |
#7cfdeb color RGB value is (124,253,235).
#7cfdeb hex color red value is 124, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7cfdeb hue: 0.48 , saturation: 0.97 and the lightness value of 7cfdeb is 0.74.
The process color (four color CMYK) of #7cfdeb color hex is 0.51, 0.00, 0.07, 0.01. Web safe color of #7cfdeb is #66ffff. Color #7cfdeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111100 | 11111101 | 11101011 |
Octal | 174 | 375 | 353 |
Decimal | 124 | 253 | 235 |
Hex | 7C | FD | EB |
Shades of #7cfdeb
Tints of #7cfdeb
RGB Percentages of Color #7cfdeb
CMYK Percentages of Color #7cfdeb
Complementary Color
#7cfdeb | #fd7c8e |
#7cfdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7cfdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#7cfdeb Color CSS Codes
.mybgcolor {background-color:#7cfdeb; } .myforecolor {color:#7cfdeb; } .mybordercolor {border:3px solid #7cfdeb; }
#7cfdeb Text Font Color
<p style="color:#7cfdeb">Text here</p>
This sample text font color is #7cfdeb
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.
#7cfdeb Background Color
<div style="background-color:#7cfdeb">
Div content here</div>
This div background color is #7cfdeb
#7cfdeb Border Color
<div style="border:3px solid #7cfdeb">
Div here</div>
This div border color is #7cfdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(124,253,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7cfdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7cfdeb; -webkit-box-shadow: 1px 1px 3px 2px #7cfdeb; box-shadow: 1px 1px 3px 2px #7cfdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(124,253,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7cfdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7cfdeb; -webkit-box-shadow: 1px 1px 3px 2px #7cfdeb; box-shadow: 1px 1px 3px 2px #7cfdeb;">
Div content here</div>
This div box has shadow with color #7cfdeb
Comments
No comments written yet.
Please login to write comment.