Color spaces of #6feaba
RGB | 111 | 234 | 186 |
---|---|---|---|
HSL | 0.43 | 0.75 | 0.68 |
HSV | 157° | 53° | 92° |
CMYK | 0.53 | 0.00 | 0.21 0.08 |
XYZ | 44.8413 | 65.7703 | 56.7859 |
Yxy | 65.7703 | 0.2679 | 0.3929 |
Hunter Lab | 81.0989 | -43.2266 | 15.2540 |
CIE-Lab | 84.8791 | -45.5845 | 12.9428 |
#6feaba color RGB value is (111,234,186).
#6feaba hex color red value is 111, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6feaba hue: 0.43 , saturation: 0.75 and the lightness value of 6feaba is 0.68.
The process color (four color CMYK) of #6feaba color hex is 0.53, 0.00, 0.21, 0.08. Web safe color of #6feaba is #66ffcc. Color #6feaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101111 | 11101010 | 10111010 |
Octal | 157 | 352 | 272 |
Decimal | 111 | 234 | 186 |
Hex | 6F | EA | BA |
Shades of #6feaba
Tints of #6feaba
RGB Percentages of Color #6feaba
CMYK Percentages of Color #6feaba
Complementary Color
#6feaba | #ea6f9f |
#6feaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6feaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#6feaba Color CSS Codes
.mybgcolor {background-color:#6feaba; } .myforecolor {color:#6feaba; } .mybordercolor {border:3px solid #6feaba; }
#6feaba Text Font Color
<p style="color:#6feaba">Text here</p>
This sample text font color is #6feaba
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.
#6feaba Background Color
<div style="background-color:#6feaba">
Div content here</div>
This div background color is #6feaba
#6feaba Border Color
<div style="border:3px solid #6feaba">
Div here</div>
This div border color is #6feaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(111,234,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6feaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6feaba; -webkit-box-shadow: 1px 1px 3px 2px #6feaba; box-shadow: 1px 1px 3px 2px #6feaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(111,234,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6feaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6feaba; -webkit-box-shadow: 1px 1px 3px 2px #6feaba; box-shadow: 1px 1px 3px 2px #6feaba;">
Div content here</div>
This div box has shadow with color #6feaba
Comments
No comments written yet.
Please login to write comment.