Color spaces of #3adffb
RGB | 58 | 223 | 251 |
---|---|---|---|
HSL | 0.52 | 0.96 | 0.61 |
HSV | 189° | 77° | 98° |
CMYK | 0.77 | 0.11 | 0.00 0.02 |
XYZ | 45.5452 | 60.6399 | 100.5710 |
Yxy | 60.6399 | 0.2203 | 0.2933 |
Hunter Lab | 77.8716 | -31.8751 | -22.0627 |
CIE-Lab | 82.1848 | -31.9449 | -25.4914 |
#3adffb color RGB value is (58,223,251).
#3adffb hex color red value is 58, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3adffb hue: 0.52 , saturation: 0.96 and the lightness value of 3adffb is 0.61.
The process color (four color CMYK) of #3adffb color hex is 0.77, 0.11, 0.00, 0.02. Web safe color of #3adffb is #33ccff. Color #3adffb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11011111 | 11111011 |
Octal | 72 | 337 | 373 |
Decimal | 58 | 223 | 251 |
Hex | 3A | DF | FB |
Shades of #3adffb
Tints of #3adffb
RGB Percentages of Color #3adffb
CMYK Percentages of Color #3adffb
Complementary Color
#3adffb | #fb563a |
#3adffb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3adffb Color Preview on White Background
Lorem ipsum dolor sit amet.
#3adffb Color CSS Codes
.mybgcolor {background-color:#3adffb; } .myforecolor {color:#3adffb; } .mybordercolor {border:3px solid #3adffb; }
#3adffb Text Font Color
<p style="color:#3adffb">Text here</p>
This sample text font color is #3adffb
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.
#3adffb Background Color
<div style="background-color:#3adffb">
Div content here</div>
This div background color is #3adffb
#3adffb Border Color
<div style="border:3px solid #3adffb">
Div here</div>
This div border color is #3adffb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,223,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3adffb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3adffb; -webkit-box-shadow: 1px 1px 3px 2px #3adffb; box-shadow: 1px 1px 3px 2px #3adffb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,223,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3adffb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3adffb; -webkit-box-shadow: 1px 1px 3px 2px #3adffb; box-shadow: 1px 1px 3px 2px #3adffb;">
Div content here</div>
This div box has shadow with color #3adffb
Comments
No comments written yet.
Please login to write comment.