Color spaces of #4beced
RGB | 75 | 236 | 237 |
---|---|---|---|
HSL | 0.50 | 0.82 | 0.61 |
HSV | 180° | 68° | 93° |
CMYK | 0.68 | 0.00 | 0.00 0.07 |
XYZ | 48.1832 | 67.6012 | 90.6296 |
Yxy | 67.6012 | 0.2334 | 0.3275 |
Hunter Lab | 82.2199 | -39.2789 | -7.8004 |
CIE-Lab | 85.8066 | -40.1436 | -12.6050 |
#4beced color RGB value is (75,236,237).
#4beced hex color red value is 75, green value is 236 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4beced hue: 0.50 , saturation: 0.82 and the lightness value of 4beced is 0.61.
The process color (four color CMYK) of #4beced color hex is 0.68, 0.00, 0.00, 0.07. Web safe color of #4beced is #33ffff. Color #4beced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001011 | 11101100 | 11101101 |
Octal | 113 | 354 | 355 |
Decimal | 75 | 236 | 237 |
Hex | 4B | EC | ED |
Shades of #4beced
Tints of #4beced
RGB Percentages of Color #4beced
CMYK Percentages of Color #4beced
Complementary Color
#4beced | #ed4c4b |
#4beced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4beced Color Preview on White Background
Lorem ipsum dolor sit amet.
#4beced Color CSS Codes
.mybgcolor {background-color:#4beced; } .myforecolor {color:#4beced; } .mybordercolor {border:3px solid #4beced; }
#4beced Text Font Color
<p style="color:#4beced">Text here</p>
This sample text font color is #4beced
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.
#4beced Background Color
<div style="background-color:#4beced">
Div content here</div>
This div background color is #4beced
#4beced Border Color
<div style="border:3px solid #4beced">
Div here</div>
This div border color is #4beced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(75,236,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4beced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4beced; -webkit-box-shadow: 1px 1px 3px 2px #4beced; box-shadow: 1px 1px 3px 2px #4beced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(75,236,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 #4beced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4beced; -webkit-box-shadow: 1px 1px 3px 2px #4beced; box-shadow: 1px 1px 3px 2px #4beced;">
Div content here</div>
This div box has shadow with color #4beced
Comments
No comments written yet.
Please login to write comment.