Color spaces of #3ebee5
RGB | 62 | 190 | 229 |
---|---|---|---|
HSL | 0.54 | 0.76 | 0.57 |
HSV | 194° | 73° | 90° |
CMYK | 0.73 | 0.17 | 0.00 0.10 |
XYZ | 34.5429 | 43.5082 | 80.7061 |
Yxy | 43.5082 | 0.2176 | 0.2741 |
Hunter Lab | 65.9607 | -21.9529 | -26.3716 |
CIE-Lab | 71.8985 | -22.0577 | -29.4509 |
#3ebee5 color RGB value is (62,190,229).
#3ebee5 hex color red value is 62, green value is 190 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #3ebee5 hue: 0.54 , saturation: 0.76 and the lightness value of 3ebee5 is 0.57.
The process color (four color CMYK) of #3ebee5 color hex is 0.73, 0.17, 0.00, 0.10. Web safe color of #3ebee5 is #33cccc. Color #3ebee5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 10111110 | 11100101 |
Octal | 76 | 276 | 345 |
Decimal | 62 | 190 | 229 |
Hex | 3E | BE | E5 |
Shades of #3ebee5
Tints of #3ebee5
RGB Percentages of Color #3ebee5
CMYK Percentages of Color #3ebee5
Complementary Color
#3ebee5 | #e5653e |
#3ebee5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ebee5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ebee5 Color CSS Codes
.mybgcolor {background-color:#3ebee5; } .myforecolor {color:#3ebee5; } .mybordercolor {border:3px solid #3ebee5; }
#3ebee5 Text Font Color
<p style="color:#3ebee5">Text here</p>
This sample text font color is #3ebee5
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.
#3ebee5 Background Color
<div style="background-color:#3ebee5">
Div content here</div>
This div background color is #3ebee5
#3ebee5 Border Color
<div style="border:3px solid #3ebee5">
Div here</div>
This div border color is #3ebee5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,190,229, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ebee5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ebee5; -webkit-box-shadow: 1px 1px 3px 2px #3ebee5; box-shadow: 1px 1px 3px 2px #3ebee5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,190,229, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ebee5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ebee5; -webkit-box-shadow: 1px 1px 3px 2px #3ebee5; box-shadow: 1px 1px 3px 2px #3ebee5;">
Div content here</div>
This div box has shadow with color #3ebee5
Comments
No comments written yet.
Please login to write comment.