Color spaces of #378abd
RGB | 55 | 138 | 189 |
---|---|---|---|
HSL | 0.56 | 0.55 | 0.48 |
HSV | 203° | 71° | 74° |
CMYK | 0.71 | 0.27 | 0.00 0.26 |
XYZ | 19.8493 | 22.6633 | 51.4724 |
Yxy | 22.6633 | 0.2112 | 0.2411 |
Hunter Lab | 47.6060 | -8.8850 | -30.7812 |
CIE-Lab | 54.7238 | -8.1978 | -33.8626 |
#378abd color RGB value is (55,138,189).
#378abd hex color red value is 55, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #378abd hue: 0.56 , saturation: 0.55 and the lightness value of 378abd is 0.48.
The process color (four color CMYK) of #378abd color hex is 0.71, 0.27, 0.00, 0.26. Web safe color of #378abd is #3399cc. Color #378abd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110111 | 10001010 | 10111101 |
Octal | 67 | 212 | 275 |
Decimal | 55 | 138 | 189 |
Hex | 37 | 8A | BD |
Shades of #378abd
Tints of #378abd
RGB Percentages of Color #378abd
CMYK Percentages of Color #378abd
Complementary Color
#378abd | #bd6a37 |
#378abd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#378abd Color Preview on White Background
Lorem ipsum dolor sit amet.
#378abd Color CSS Codes
.mybgcolor {background-color:#378abd; } .myforecolor {color:#378abd; } .mybordercolor {border:3px solid #378abd; }
#378abd Text Font Color
<p style="color:#378abd">Text here</p>
This sample text font color is #378abd
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.
#378abd Background Color
<div style="background-color:#378abd">
Div content here</div>
This div background color is #378abd
#378abd Border Color
<div style="border:3px solid #378abd">
Div here</div>
This div border color is #378abd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(55,138,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #378abd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #378abd; -webkit-box-shadow: 1px 1px 3px 2px #378abd; box-shadow: 1px 1px 3px 2px #378abd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(55,138,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #378abd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #378abd; -webkit-box-shadow: 1px 1px 3px 2px #378abd; box-shadow: 1px 1px 3px 2px #378abd;">
Div content here</div>
This div box has shadow with color #378abd
Comments
No comments written yet.
Please login to write comment.