Color spaces of #388ebe
RGB | 56 | 142 | 190 |
---|---|---|---|
HSL | 0.56 | 0.54 | 0.48 |
HSV | 201° | 71° | 75° |
CMYK | 0.71 | 0.25 | 0.00 0.25 |
XYZ | 20.5982 | 23.9045 | 52.2436 |
Yxy | 23.9045 | 0.2129 | 0.2471 |
Hunter Lab | 48.8922 | -10.3597 | -29.1295 |
CIE-Lab | 55.9921 | -9.9795 | -32.4503 |
#388ebe color RGB value is (56,142,190).
#388ebe hex color red value is 56, green value is 142 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #388ebe hue: 0.56 , saturation: 0.54 and the lightness value of 388ebe is 0.48.
The process color (four color CMYK) of #388ebe color hex is 0.71, 0.25, 0.00, 0.25. Web safe color of #388ebe is #3399cc. Color #388ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10001110 | 10111110 |
Octal | 70 | 216 | 276 |
Decimal | 56 | 142 | 190 |
Hex | 38 | 8E | BE |
Shades of #388ebe
Tints of #388ebe
RGB Percentages of Color #388ebe
CMYK Percentages of Color #388ebe
Complementary Color
#388ebe | #be6838 |
#388ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#388ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#388ebe Color CSS Codes
.mybgcolor {background-color:#388ebe; } .myforecolor {color:#388ebe; } .mybordercolor {border:3px solid #388ebe; }
#388ebe Text Font Color
<p style="color:#388ebe">Text here</p>
This sample text font color is #388ebe
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.
#388ebe Background Color
<div style="background-color:#388ebe">
Div content here</div>
This div background color is #388ebe
#388ebe Border Color
<div style="border:3px solid #388ebe">
Div here</div>
This div border color is #388ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,142,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #388ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #388ebe; -webkit-box-shadow: 1px 1px 3px 2px #388ebe; box-shadow: 1px 1px 3px 2px #388ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,142,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #388ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #388ebe; -webkit-box-shadow: 1px 1px 3px 2px #388ebe; box-shadow: 1px 1px 3px 2px #388ebe;">
Div content here</div>
This div box has shadow with color #388ebe
Comments
No comments written yet.
Please login to write comment.