Color spaces of #93efbf
RGB | 147 | 239 | 191 |
---|---|---|---|
HSL | 0.41 | 0.74 | 0.76 |
HSV | 149° | 38° | 94° |
CMYK | 0.38 | 0.00 | 0.20 0.06 |
XYZ | 52.3031 | 71.6976 | 60.3726 |
Yxy | 71.6976 | 0.2837 | 0.3889 |
Hunter Lab | 84.6744 | -37.9214 | 16.9985 |
CIE-Lab | 87.8228 | -37.7804 | 14.6977 |
#93efbf color RGB value is (147,239,191).
#93efbf hex color red value is 147, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #93efbf hue: 0.41 , saturation: 0.74 and the lightness value of 93efbf is 0.76.
The process color (four color CMYK) of #93efbf color hex is 0.38, 0.00, 0.20, 0.06. Web safe color of #93efbf is #99ffcc. Color #93efbf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11101111 | 10111111 |
Octal | 223 | 357 | 277 |
Decimal | 147 | 239 | 191 |
Hex | 93 | EF | BF |
Shades of #93efbf
Tints of #93efbf
RGB Percentages of Color #93efbf
CMYK Percentages of Color #93efbf
Complementary Color
#93efbf | #ef93c3 |
#93efbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93efbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#93efbf Color CSS Codes
.mybgcolor {background-color:#93efbf; } .myforecolor {color:#93efbf; } .mybordercolor {border:3px solid #93efbf; }
#93efbf Text Font Color
<p style="color:#93efbf">Text here</p>
This sample text font color is #93efbf
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.
#93efbf Background Color
<div style="background-color:#93efbf">
Div content here</div>
This div background color is #93efbf
#93efbf Border Color
<div style="border:3px solid #93efbf">
Div here</div>
This div border color is #93efbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,239,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93efbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93efbf; -webkit-box-shadow: 1px 1px 3px 2px #93efbf; box-shadow: 1px 1px 3px 2px #93efbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,239,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93efbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93efbf; -webkit-box-shadow: 1px 1px 3px 2px #93efbf; box-shadow: 1px 1px 3px 2px #93efbf;">
Div content here</div>
This div box has shadow with color #93efbf
Comments
No comments written yet.
Please login to write comment.