Color spaces of #3ceabb
RGB | 60 | 234 | 187 |
---|---|---|---|
HSL | 0.45 | 0.81 | 0.58 |
HSV | 164° | 74° | 92° |
CMYK | 0.74 | 0.00 | 0.20 0.08 |
XYZ | 40.2559 | 63.3942 | 57.1283 |
Yxy | 63.3942 | 0.2504 | 0.3943 |
Hunter Lab | 79.6205 | -49.0867 | 13.1933 |
CIE-Lab | 83.6494 | -54.0314 | 10.4996 |
#3ceabb color RGB value is (60,234,187).
#3ceabb hex color red value is 60, green value is 234 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3ceabb hue: 0.45 , saturation: 0.81 and the lightness value of 3ceabb is 0.58.
The process color (four color CMYK) of #3ceabb color hex is 0.74, 0.00, 0.20, 0.08. Web safe color of #3ceabb is #33ffcc. Color #3ceabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11101010 | 10111011 |
Octal | 74 | 352 | 273 |
Decimal | 60 | 234 | 187 |
Hex | 3C | EA | BB |
Shades of #3ceabb
Tints of #3ceabb
RGB Percentages of Color #3ceabb
CMYK Percentages of Color #3ceabb
Complementary Color
#3ceabb | #ea3c6b |
#3ceabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ceabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ceabb Color CSS Codes
.mybgcolor {background-color:#3ceabb; } .myforecolor {color:#3ceabb; } .mybordercolor {border:3px solid #3ceabb; }
#3ceabb Text Font Color
<p style="color:#3ceabb">Text here</p>
This sample text font color is #3ceabb
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.
#3ceabb Background Color
<div style="background-color:#3ceabb">
Div content here</div>
This div background color is #3ceabb
#3ceabb Border Color
<div style="border:3px solid #3ceabb">
Div here</div>
This div border color is #3ceabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,234,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ceabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ceabb; -webkit-box-shadow: 1px 1px 3px 2px #3ceabb; box-shadow: 1px 1px 3px 2px #3ceabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,234,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ceabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ceabb; -webkit-box-shadow: 1px 1px 3px 2px #3ceabb; box-shadow: 1px 1px 3px 2px #3ceabb;">
Div content here</div>
This div box has shadow with color #3ceabb
Comments
No comments written yet.
Please login to write comment.