Color spaces of #388acd
RGB | 56 | 138 | 205 |
---|---|---|---|
HSL | 0.57 | 0.60 | 0.51 |
HSV | 207° | 73° | 80° |
CMYK | 0.73 | 0.33 | 0.00 0.20 |
XYZ | 21.7388 | 23.4255 | 61.1334 |
Yxy | 23.4255 | 0.2045 | 0.2204 |
Hunter Lab | 48.3999 | -4.5266 | -41.0086 |
CIE-Lab | 55.5079 | -2.4486 | -41.7050 |
#388acd color RGB value is (56,138,205).
#388acd hex color red value is 56, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #388acd hue: 0.57 , saturation: 0.60 and the lightness value of 388acd is 0.51.
The process color (four color CMYK) of #388acd color hex is 0.73, 0.33, 0.00, 0.20. Web safe color of #388acd is #3399cc. Color #388acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111000 | 10001010 | 11001101 |
Octal | 70 | 212 | 315 |
Decimal | 56 | 138 | 205 |
Hex | 38 | 8A | CD |
Shades of #388acd
Tints of #388acd
RGB Percentages of Color #388acd
CMYK Percentages of Color #388acd
Complementary Color
#388acd | #cd7b38 |
#388acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#388acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#388acd Color CSS Codes
.mybgcolor {background-color:#388acd; } .myforecolor {color:#388acd; } .mybordercolor {border:3px solid #388acd; }
#388acd Text Font Color
<p style="color:#388acd">Text here</p>
This sample text font color is #388acd
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.
#388acd Background Color
<div style="background-color:#388acd">
Div content here</div>
This div background color is #388acd
#388acd Border Color
<div style="border:3px solid #388acd">
Div here</div>
This div border color is #388acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(56,138,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #388acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #388acd; -webkit-box-shadow: 1px 1px 3px 2px #388acd; box-shadow: 1px 1px 3px 2px #388acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(56,138,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #388acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #388acd; -webkit-box-shadow: 1px 1px 3px 2px #388acd; box-shadow: 1px 1px 3px 2px #388acd;">
Div content here</div>
This div box has shadow with color #388acd
Comments
No comments written yet.
Please login to write comment.