Color spaces of #4ebfdd
RGB | 78 | 191 | 221 |
---|---|---|---|
HSL | 0.53 | 0.68 | 0.59 |
HSV | 193° | 65° | 87° |
CMYK | 0.65 | 0.14 | 0.00 0.13 |
XYZ | 34.8238 | 44.1018 | 75.0837 |
Yxy | 44.1018 | 0.2261 | 0.2864 |
Hunter Lab | 66.4092 | -22.6138 | -20.5482 |
CIE-Lab | 72.2965 | -22.8084 | -24.4601 |
#4ebfdd color RGB value is (78,191,221).
#4ebfdd hex color red value is 78, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4ebfdd hue: 0.53 , saturation: 0.68 and the lightness value of 4ebfdd is 0.59.
The process color (four color CMYK) of #4ebfdd color hex is 0.65, 0.14, 0.00, 0.13. Web safe color of #4ebfdd is #66cccc. Color #4ebfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 10111111 | 11011101 |
Octal | 116 | 277 | 335 |
Decimal | 78 | 191 | 221 |
Hex | 4E | BF | DD |
Shades of #4ebfdd
Tints of #4ebfdd
RGB Percentages of Color #4ebfdd
CMYK Percentages of Color #4ebfdd
Complementary Color
#4ebfdd | #dd6c4e |
#4ebfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4ebfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4ebfdd Color CSS Codes
.mybgcolor {background-color:#4ebfdd; } .myforecolor {color:#4ebfdd; } .mybordercolor {border:3px solid #4ebfdd; }
#4ebfdd Text Font Color
<p style="color:#4ebfdd">Text here</p>
This sample text font color is #4ebfdd
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.
#4ebfdd Background Color
<div style="background-color:#4ebfdd">
Div content here</div>
This div background color is #4ebfdd
#4ebfdd Border Color
<div style="border:3px solid #4ebfdd">
Div here</div>
This div border color is #4ebfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4ebfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4ebfdd; -webkit-box-shadow: 1px 1px 3px 2px #4ebfdd; box-shadow: 1px 1px 3px 2px #4ebfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4ebfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4ebfdd; -webkit-box-shadow: 1px 1px 3px 2px #4ebfdd; box-shadow: 1px 1px 3px 2px #4ebfdd;">
Div content here</div>
This div box has shadow with color #4ebfdd
Comments
No comments written yet.
Please login to write comment.