Color spaces of #027672
RGB | 2 | 118 | 114 |
---|---|---|---|
HSL | 0.49 | 0.97 | 0.24 |
HSV | 178° | 98° | 46° |
CMYK | 0.98 | 0.00 | 0.03 0.54 |
XYZ | 9.5407 | 14.1847 | 18.1547 |
Yxy | 14.1847 | 0.2278 | 0.3387 |
Hunter Lab | 37.6626 | -20.6918 | -2.2161 |
CIE-Lab | 44.4967 | -28.3894 | -5.7749 |
#027672 color RGB value is (2,118,114).
#027672 hex color red value is 2, green value is 118 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #027672 hue: 0.49 , saturation: 0.97 and the lightness value of 027672 is 0.24.
The process color (four color CMYK) of #027672 color hex is 0.98, 0.00, 0.03, 0.54. Web safe color of #027672 is #006666. Color #027672 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01110110 | 01110010 |
Octal | 2 | 166 | 162 |
Decimal | 2 | 118 | 114 |
Hex | 2 | 76 | 72 |
Shades of #027672
Tints of #027672
RGB Percentages of Color #027672
CMYK Percentages of Color #027672
Complementary Color
#027672 | #760206 |
#027672 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#027672 Color Preview on White Background
Lorem ipsum dolor sit amet.
#027672 Color CSS Codes
.mybgcolor {background-color:#027672; } .myforecolor {color:#027672; } .mybordercolor {border:3px solid #027672; }
#027672 Text Font Color
<p style="color:#027672">Text here</p>
This sample text font color is #027672
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.
#027672 Background Color
<div style="background-color:#027672">
Div content here</div>
This div background color is #027672
#027672 Border Color
<div style="border:3px solid #027672">
Div here</div>
This div border color is #027672
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,118,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #027672; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #027672; -webkit-box-shadow: 1px 1px 3px 2px #027672; box-shadow: 1px 1px 3px 2px #027672; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,118,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #027672">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #027672; -webkit-box-shadow: 1px 1px 3px 2px #027672; box-shadow: 1px 1px 3px 2px #027672;">
Div content here</div>
This div box has shadow with color #027672
Comments
No comments written yet.
Please login to write comment.