Color spaces of #3ecceb
RGB | 62 | 204 | 235 |
---|---|---|---|
HSL | 0.53 | 0.81 | 0.58 |
HSV | 191° | 74° | 92° |
CMYK | 0.74 | 0.13 | 0.00 0.08 |
XYZ | 38.5749 | 50.2080 | 86.2553 |
Yxy | 50.2080 | 0.2204 | 0.2868 |
Hunter Lab | 70.8576 | -26.8254 | -22.5737 |
CIE-Lab | 76.1968 | -27.2091 | -26.0970 |
#3ecceb color RGB value is (62,204,235).
#3ecceb hex color red value is 62, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #3ecceb hue: 0.53 , saturation: 0.81 and the lightness value of 3ecceb is 0.58.
The process color (four color CMYK) of #3ecceb color hex is 0.74, 0.13, 0.00, 0.08. Web safe color of #3ecceb is #33ccff. Color #3ecceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11001100 | 11101011 |
Octal | 76 | 314 | 353 |
Decimal | 62 | 204 | 235 |
Hex | 3E | CC | EB |
Shades of #3ecceb
Tints of #3ecceb
RGB Percentages of Color #3ecceb
CMYK Percentages of Color #3ecceb
Complementary Color
#3ecceb | #eb5d3e |
#3ecceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ecceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ecceb Color CSS Codes
.mybgcolor {background-color:#3ecceb; } .myforecolor {color:#3ecceb; } .mybordercolor {border:3px solid #3ecceb; }
#3ecceb Text Font Color
<p style="color:#3ecceb">Text here</p>
This sample text font color is #3ecceb
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.
#3ecceb Background Color
<div style="background-color:#3ecceb">
Div content here</div>
This div background color is #3ecceb
#3ecceb Border Color
<div style="border:3px solid #3ecceb">
Div here</div>
This div border color is #3ecceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,204,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ecceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ecceb; -webkit-box-shadow: 1px 1px 3px 2px #3ecceb; box-shadow: 1px 1px 3px 2px #3ecceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,204,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ecceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ecceb; -webkit-box-shadow: 1px 1px 3px 2px #3ecceb; box-shadow: 1px 1px 3px 2px #3ecceb;">
Div content here</div>
This div box has shadow with color #3ecceb
Comments
No comments written yet.
Please login to write comment.