Color spaces of #38abff
RGB | 56 | 171 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.61 |
HSV | 205° | 78° | 100° |
CMYK | 0.78 | 0.33 | 0.00 0.00 |
XYZ | 34.2438 | 37.1866 | 99.9806 |
Yxy | 37.1866 | 0.1998 | 0.2169 |
Hunter Lab | 60.9808 | -6.4797 | -54.5219 |
CIE-Lab | 67.4168 | -3.7727 | -50.5715 |
#38abff color RGB value is (56,171,255).
#38abff hex color red value is 56, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #38abff hue: 0.57 , saturation: 1.00 and the lightness value of 38abff is 0.61.
The process color (four color CMYK) of #38abff color hex is 0.78, 0.33, 0.00, 0.00. Web safe color of #38abff is #3399ff. Color #38abff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10101011 | 11111111 |
Octal | 70 | 253 | 377 |
Decimal | 56 | 171 | 255 |
Hex | 38 | AB | FF |
Shades of #38abff
Tints of #38abff
RGB Percentages of Color #38abff
CMYK Percentages of Color #38abff
Complementary Color
#38abff | #ff8c38 |
#38abff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#38abff Color Preview on White Background
Lorem ipsum dolor sit amet.
#38abff Color CSS Codes
.mybgcolor {background-color:#38abff; } .myforecolor {color:#38abff; } .mybordercolor {border:3px solid #38abff; }
#38abff Text Font Color
<p style="color:#38abff">Text here</p>
This sample text font color is #38abff
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.
#38abff Background Color
<div style="background-color:#38abff">
Div content here</div>
This div background color is #38abff
#38abff Border Color
<div style="border:3px solid #38abff">
Div here</div>
This div border color is #38abff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,171,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #38abff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #38abff; -webkit-box-shadow: 1px 1px 3px 2px #38abff; box-shadow: 1px 1px 3px 2px #38abff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,171,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #38abff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #38abff; -webkit-box-shadow: 1px 1px 3px 2px #38abff; box-shadow: 1px 1px 3px 2px #38abff;">
Div content here</div>
This div box has shadow with color #38abff
#38abff Color Palettes
Comments
No comments written yet.
Please login to write comment.