Color spaces of #4efcbd
RGB | 78 | 252 | 189 |
---|---|---|---|
HSL | 0.44 | 0.97 | 0.65 |
HSV | 158° | 69° | 99° |
CMYK | 0.69 | 0.00 | 0.25 0.01 |
XYZ | 47.1376 | 74.9146 | 60.1197 |
Yxy | 74.9146 | 0.2588 | 0.4112 |
Hunter Lab | 86.5532 | -54.2556 | 19.4045 |
CIE-Lab | 89.3530 | -58.3345 | 17.5656 |
#4efcbd color RGB value is (78,252,189).
#4efcbd hex color red value is 78, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4efcbd hue: 0.44 , saturation: 0.97 and the lightness value of 4efcbd is 0.65.
The process color (four color CMYK) of #4efcbd color hex is 0.69, 0.00, 0.25, 0.01. Web safe color of #4efcbd is #66ffcc. Color #4efcbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001110 | 11111100 | 10111101 |
Octal | 116 | 374 | 275 |
Decimal | 78 | 252 | 189 |
Hex | 4E | FC | BD |
Shades of #4efcbd
Tints of #4efcbd
RGB Percentages of Color #4efcbd
CMYK Percentages of Color #4efcbd
Complementary Color
#4efcbd | #fc4e8d |
#4efcbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4efcbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#4efcbd Color CSS Codes
.mybgcolor {background-color:#4efcbd; } .myforecolor {color:#4efcbd; } .mybordercolor {border:3px solid #4efcbd; }
#4efcbd Text Font Color
<p style="color:#4efcbd">Text here</p>
This sample text font color is #4efcbd
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.
#4efcbd Background Color
<div style="background-color:#4efcbd">
Div content here</div>
This div background color is #4efcbd
#4efcbd Border Color
<div style="border:3px solid #4efcbd">
Div here</div>
This div border color is #4efcbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(78,252,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4efcbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4efcbd; -webkit-box-shadow: 1px 1px 3px 2px #4efcbd; box-shadow: 1px 1px 3px 2px #4efcbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(78,252,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4efcbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4efcbd; -webkit-box-shadow: 1px 1px 3px 2px #4efcbd; box-shadow: 1px 1px 3px 2px #4efcbd;">
Div content here</div>
This div box has shadow with color #4efcbd
Comments
No comments written yet.
Please login to write comment.