Color spaces of #4beeed
RGB | 75 | 238 | 237 |
---|---|---|---|
HSL | 0.50 | 0.83 | 0.61 |
HSV | 180° | 68° | 93° |
CMYK | 0.68 | 0.00 | 0.00 0.07 |
XYZ | 48.7622 | 68.7594 | 90.8226 |
Yxy | 68.7594 | 0.2340 | 0.3300 |
Hunter Lab | 82.9213 | -40.1446 | -6.8947 |
CIE-Lab | 86.3848 | -41.0450 | -11.7417 |
#4beeed color RGB value is (75,238,237).
#4beeed hex color red value is 75, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4beeed hue: 0.50 , saturation: 0.83 and the lightness value of 4beeed is 0.61.
The process color (four color CMYK) of #4beeed color hex is 0.68, 0.00, 0.00, 0.07. Web safe color of #4beeed is #33ffff. Color #4beeed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11101110 | 11101101 |
Octal | 113 | 356 | 355 |
Decimal | 75 | 238 | 237 |
Hex | 4B | EE | ED |
Shades of #4beeed
Tints of #4beeed
RGB Percentages of Color #4beeed
CMYK Percentages of Color #4beeed
Complementary Color
#4beeed | #ee4b4c |
#4beeed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4beeed Color Preview on White Background
Lorem ipsum dolor sit amet.
#4beeed Color CSS Codes
.mybgcolor {background-color:#4beeed; } .myforecolor {color:#4beeed; } .mybordercolor {border:3px solid #4beeed; }
#4beeed Text Font Color
<p style="color:#4beeed">Text here</p>
This sample text font color is #4beeed
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.
#4beeed Background Color
<div style="background-color:#4beeed">
Div content here</div>
This div background color is #4beeed
#4beeed Border Color
<div style="border:3px solid #4beeed">
Div here</div>
This div border color is #4beeed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,238,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4beeed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4beeed; -webkit-box-shadow: 1px 1px 3px 2px #4beeed; box-shadow: 1px 1px 3px 2px #4beeed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,238,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4beeed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4beeed; -webkit-box-shadow: 1px 1px 3px 2px #4beeed; box-shadow: 1px 1px 3px 2px #4beeed;">
Div content here</div>
This div box has shadow with color #4beeed
Comments
No comments written yet.
Please login to write comment.