Color spaces of #3abbee
RGB | 58 | 187 | 238 |
---|---|---|---|
HSL | 0.55 | 0.84 | 0.58 |
HSV | 197° | 76° | 93° |
CMYK | 0.76 | 0.21 | 0.00 0.07 |
XYZ | 34.9479 | 42.6132 | 87.2721 |
Yxy | 42.6132 | 0.2120 | 0.2585 |
Hunter Lab | 65.2788 | -18.6754 | -33.5705 |
CIE-Lab | 71.2917 | -18.0527 | -35.2784 |
#3abbee color RGB value is (58,187,238).
#3abbee hex color red value is 58, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #3abbee hue: 0.55 , saturation: 0.84 and the lightness value of 3abbee is 0.58.
The process color (four color CMYK) of #3abbee color hex is 0.76, 0.21, 0.00, 0.07. Web safe color of #3abbee is #33ccff. Color #3abbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 10111011 | 11101110 |
Octal | 72 | 273 | 356 |
Decimal | 58 | 187 | 238 |
Hex | 3A | BB | EE |
Shades of #3abbee
Tints of #3abbee
RGB Percentages of Color #3abbee
CMYK Percentages of Color #3abbee
Complementary Color
#3abbee | #ee6d3a |
#3abbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3abbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#3abbee Color CSS Codes
.mybgcolor {background-color:#3abbee; } .myforecolor {color:#3abbee; } .mybordercolor {border:3px solid #3abbee; }
#3abbee Text Font Color
<p style="color:#3abbee">Text here</p>
This sample text font color is #3abbee
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.
#3abbee Background Color
<div style="background-color:#3abbee">
Div content here</div>
This div background color is #3abbee
#3abbee Border Color
<div style="border:3px solid #3abbee">
Div here</div>
This div border color is #3abbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,187,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3abbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3abbee; -webkit-box-shadow: 1px 1px 3px 2px #3abbee; box-shadow: 1px 1px 3px 2px #3abbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,187,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3abbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3abbee; -webkit-box-shadow: 1px 1px 3px 2px #3abbee; box-shadow: 1px 1px 3px 2px #3abbee;">
Div content here</div>
This div box has shadow with color #3abbee
Comments
No comments written yet.
Please login to write comment.