Color spaces of #74fecf
RGB | 116 | 254 | 207 |
---|---|---|---|
HSL | 0.44 | 0.99 | 0.73 |
HSV | 160° | 54° | 100° |
CMYK | 0.54 | 0.00 | 0.19 0.00 |
XYZ | 53.9068 | 79.1016 | 71.4584 |
Yxy | 79.1016 | 0.2636 | 0.3869 |
Hunter Lab | 88.9391 | -47.4529 | 14.6206 |
CIE-Lab | 91.2802 | -48.5374 | 11.1614 |
#74fecf color RGB value is (116,254,207).
#74fecf hex color red value is 116, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #74fecf hue: 0.44 , saturation: 0.99 and the lightness value of 74fecf is 0.73.
The process color (four color CMYK) of #74fecf color hex is 0.54, 0.00, 0.19, 0.00. Web safe color of #74fecf is #66ffcc. Color #74fecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 11111110 | 11001111 |
Octal | 164 | 376 | 317 |
Decimal | 116 | 254 | 207 |
Hex | 74 | FE | CF |
Shades of #74fecf
Tints of #74fecf
RGB Percentages of Color #74fecf
CMYK Percentages of Color #74fecf
Complementary Color
#74fecf | #fe74a3 |
#74fecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74fecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#74fecf Color CSS Codes
.mybgcolor {background-color:#74fecf; } .myforecolor {color:#74fecf; } .mybordercolor {border:3px solid #74fecf; }
#74fecf Text Font Color
<p style="color:#74fecf">Text here</p>
This sample text font color is #74fecf
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.
#74fecf Background Color
<div style="background-color:#74fecf">
Div content here</div>
This div background color is #74fecf
#74fecf Border Color
<div style="border:3px solid #74fecf">
Div here</div>
This div border color is #74fecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,254,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74fecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74fecf; -webkit-box-shadow: 1px 1px 3px 2px #74fecf; box-shadow: 1px 1px 3px 2px #74fecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,254,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74fecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74fecf; -webkit-box-shadow: 1px 1px 3px 2px #74fecf; box-shadow: 1px 1px 3px 2px #74fecf;">
Div content here</div>
This div box has shadow with color #74fecf
Comments
No comments written yet.
Please login to write comment.