Color spaces of #4afbdf
RGB | 74 | 251 | 223 |
---|---|---|---|
HSL | 0.47 | 0.96 | 0.64 |
HSV | 171° | 71° | 98° |
CMYK | 0.71 | 0.00 | 0.11 0.02 |
XYZ | 50.6405 | 75.7779 | 81.7696 |
Yxy | 75.7779 | 0.2432 | 0.3640 |
Hunter Lab | 87.0505 | -48.4983 | 5.2422 |
CIE-Lab | 89.7561 | -50.5019 | 0.5465 |
#4afbdf color RGB value is (74,251,223).
#4afbdf hex color red value is 74, green value is 251 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4afbdf hue: 0.47 , saturation: 0.96 and the lightness value of 4afbdf is 0.64.
The process color (four color CMYK) of #4afbdf color hex is 0.71, 0.00, 0.11, 0.02. Web safe color of #4afbdf is #33ffcc. Color #4afbdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001010 | 11111011 | 11011111 |
Octal | 112 | 373 | 337 |
Decimal | 74 | 251 | 223 |
Hex | 4A | FB | DF |
Shades of #4afbdf
Tints of #4afbdf
RGB Percentages of Color #4afbdf
CMYK Percentages of Color #4afbdf
Complementary Color
#4afbdf | #fb4a66 |
#4afbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#4afbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#4afbdf Color CSS Codes
.mybgcolor {background-color:#4afbdf; } .myforecolor {color:#4afbdf; } .mybordercolor {border:3px solid #4afbdf; }
#4afbdf Text Font Color
<p style="color:#4afbdf">Text here</p>
This sample text font color is #4afbdf
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.
#4afbdf Background Color
<div style="background-color:#4afbdf">
Div content here</div>
This div background color is #4afbdf
#4afbdf Border Color
<div style="border:3px solid #4afbdf">
Div here</div>
This div border color is #4afbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(74,251,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #4afbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4afbdf; -webkit-box-shadow: 1px 1px 3px 2px #4afbdf; box-shadow: 1px 1px 3px 2px #4afbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(74,251,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #4afbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #4afbdf; -webkit-box-shadow: 1px 1px 3px 2px #4afbdf; box-shadow: 1px 1px 3px 2px #4afbdf;">
Div content here</div>
This div box has shadow with color #4afbdf
Comments
No comments written yet.
Please login to write comment.