Color spaces of #4abece
RGB | 74 | 190 | 206 |
---|---|---|---|
HSL | 0.52 | 0.57 | 0.55 |
HSV | 187° | 64° | 81° |
CMYK | 0.64 | 0.08 | 0.00 0.19 |
XYZ | 32.3781 | 42.7390 | 64.9355 |
Yxy | 42.7390 | 0.2312 | 0.3052 |
Hunter Lab | 65.3751 | -26.0013 | -13.1288 |
CIE-Lab | 71.3775 | -27.4269 | -17.6957 |
#4abece color RGB value is (74,190,206).
#4abece hex color red value is 74, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4abece hue: 0.52 , saturation: 0.57 and the lightness value of 4abece is 0.55.
The process color (four color CMYK) of #4abece color hex is 0.64, 0.08, 0.00, 0.19. Web safe color of #4abece is #33cccc. Color #4abece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 10111110 | 11001110 |
Octal | 112 | 276 | 316 |
Decimal | 74 | 190 | 206 |
Hex | 4A | BE | CE |
Shades of #4abece
Tints of #4abece
RGB Percentages of Color #4abece
CMYK Percentages of Color #4abece
Complementary Color
#4abece | #ce5a4a |
#4abece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4abece Color Preview on White Background
Lorem ipsum dolor sit amet.
#4abece Color CSS Codes
.mybgcolor {background-color:#4abece; } .myforecolor {color:#4abece; } .mybordercolor {border:3px solid #4abece; }
#4abece Text Font Color
<p style="color:#4abece">Text here</p>
This sample text font color is #4abece
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.
#4abece Background Color
<div style="background-color:#4abece">
Div content here</div>
This div background color is #4abece
#4abece Border Color
<div style="border:3px solid #4abece">
Div here</div>
This div border color is #4abece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,190,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4abece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4abece; -webkit-box-shadow: 1px 1px 3px 2px #4abece; box-shadow: 1px 1px 3px 2px #4abece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,190,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4abece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4abece; -webkit-box-shadow: 1px 1px 3px 2px #4abece; box-shadow: 1px 1px 3px 2px #4abece;">
Div content here</div>
This div box has shadow with color #4abece
Comments
No comments written yet.
Please login to write comment.