Color spaces of #278aba
RGB | 39 | 138 | 186 |
---|---|---|---|
HSL | 0.55 | 0.65 | 0.44 |
HSV | 200° | 79° | 73° |
CMYK | 0.79 | 0.26 | 0.00 0.27 |
XYZ | 18.7881 | 22.1535 | 49.7402 |
Yxy | 22.1535 | 0.2072 | 0.2443 |
Hunter Lab | 47.0675 | -11.1157 | -29.7095 |
CIE-Lab | 54.1895 | -11.2783 | -33.0162 |
#278aba color RGB value is (39,138,186).
#278aba hex color red value is 39, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #278aba hue: 0.55 , saturation: 0.65 and the lightness value of 278aba is 0.44.
The process color (four color CMYK) of #278aba color hex is 0.79, 0.26, 0.00, 0.27. Web safe color of #278aba is #3399cc. Color #278aba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 10001010 | 10111010 |
Octal | 47 | 212 | 272 |
Decimal | 39 | 138 | 186 |
Hex | 27 | 8A | BA |
Shades of #278aba
Tints of #278aba
RGB Percentages of Color #278aba
CMYK Percentages of Color #278aba
Complementary Color
#278aba | #ba5727 |
#278aba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#278aba Color Preview on White Background
Lorem ipsum dolor sit amet.
#278aba Color CSS Codes
.mybgcolor {background-color:#278aba; } .myforecolor {color:#278aba; } .mybordercolor {border:3px solid #278aba; }
#278aba Text Font Color
<p style="color:#278aba">Text here</p>
This sample text font color is #278aba
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.
#278aba Background Color
<div style="background-color:#278aba">
Div content here</div>
This div background color is #278aba
#278aba Border Color
<div style="border:3px solid #278aba">
Div here</div>
This div border color is #278aba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,138,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #278aba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #278aba; -webkit-box-shadow: 1px 1px 3px 2px #278aba; box-shadow: 1px 1px 3px 2px #278aba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,138,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #278aba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #278aba; -webkit-box-shadow: 1px 1px 3px 2px #278aba; box-shadow: 1px 1px 3px 2px #278aba;">
Div content here</div>
This div box has shadow with color #278aba
Comments
No comments written yet.
Please login to write comment.