Color spaces of #277cad
RGB | 39 | 124 | 173 |
---|---|---|---|
HSL | 0.56 | 0.63 | 0.42 |
HSV | 202° | 77° | 68° |
CMYK | 0.77 | 0.28 | 0.00 0.32 |
XYZ | 15.5872 | 17.8638 | 42.1617 |
Yxy | 17.8638 | 0.2061 | 0.2363 |
Hunter Lab | 42.2656 | -8.1355 | -29.5584 |
CIE-Lab | 49.3305 | -7.9147 | -33.1361 |
#277cad color RGB value is (39,124,173).
#277cad hex color red value is 39, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #277cad hue: 0.56 , saturation: 0.63 and the lightness value of 277cad is 0.42.
The process color (four color CMYK) of #277cad color hex is 0.77, 0.28, 0.00, 0.32. Web safe color of #277cad is #336699. Color #277cad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100111 | 01111100 | 10101101 |
Octal | 47 | 174 | 255 |
Decimal | 39 | 124 | 173 |
Hex | 27 | 7C | AD |
Shades of #277cad
Tints of #277cad
RGB Percentages of Color #277cad
CMYK Percentages of Color #277cad
Complementary Color
#277cad | #ad5827 |
#277cad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#277cad Color Preview on White Background
Lorem ipsum dolor sit amet.
#277cad Color CSS Codes
.mybgcolor {background-color:#277cad; } .myforecolor {color:#277cad; } .mybordercolor {border:3px solid #277cad; }
#277cad Text Font Color
<p style="color:#277cad">Text here</p>
This sample text font color is #277cad
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.
#277cad Background Color
<div style="background-color:#277cad">
Div content here</div>
This div background color is #277cad
#277cad Border Color
<div style="border:3px solid #277cad">
Div here</div>
This div border color is #277cad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(39,124,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #277cad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #277cad; -webkit-box-shadow: 1px 1px 3px 2px #277cad; box-shadow: 1px 1px 3px 2px #277cad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(39,124,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #277cad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #277cad; -webkit-box-shadow: 1px 1px 3px 2px #277cad; box-shadow: 1px 1px 3px 2px #277cad;">
Div content here</div>
This div box has shadow with color #277cad
Comments
No comments written yet.
Please login to write comment.