Color spaces of #4ebfad
RGB | 78 | 191 | 173 |
---|---|---|---|
HSL | 0.47 | 0.47 | 0.53 |
HSV | 170° | 59° | 75° |
CMYK | 0.59 | 0.00 | 0.09 0.25 |
XYZ | 29.3155 | 41.8984 | 46.0773 |
Yxy | 41.8984 | 0.2499 | 0.3572 |
Hunter Lab | 64.7290 | -32.4337 | 3.1047 |
CIE-Lab | 70.8008 | -36.3181 | -0.4981 |
#4ebfad color RGB value is (78,191,173).
#4ebfad hex color red value is 78, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4ebfad hue: 0.47 , saturation: 0.47 and the lightness value of 4ebfad is 0.53.
The process color (four color CMYK) of #4ebfad color hex is 0.59, 0.00, 0.09, 0.25. Web safe color of #4ebfad is #66cc99. Color #4ebfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 10111111 | 10101101 |
Octal | 116 | 277 | 255 |
Decimal | 78 | 191 | 173 |
Hex | 4E | BF | AD |
Shades of #4ebfad
Tints of #4ebfad
RGB Percentages of Color #4ebfad
CMYK Percentages of Color #4ebfad
Complementary Color
#4ebfad | #bf4e60 |
#4ebfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ebfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ebfad Color CSS Codes
.mybgcolor {background-color:#4ebfad; } .myforecolor {color:#4ebfad; } .mybordercolor {border:3px solid #4ebfad; }
#4ebfad Text Font Color
<p style="color:#4ebfad">Text here</p>
This sample text font color is #4ebfad
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.
#4ebfad Background Color
<div style="background-color:#4ebfad">
Div content here</div>
This div background color is #4ebfad
#4ebfad Border Color
<div style="border:3px solid #4ebfad">
Div here</div>
This div border color is #4ebfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,191,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ebfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ebfad; -webkit-box-shadow: 1px 1px 3px 2px #4ebfad; box-shadow: 1px 1px 3px 2px #4ebfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,191,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ebfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ebfad; -webkit-box-shadow: 1px 1px 3px 2px #4ebfad; box-shadow: 1px 1px 3px 2px #4ebfad;">
Div content here</div>
This div box has shadow with color #4ebfad
Comments
No comments written yet.
Please login to write comment.