Color spaces of #02695b
RGB | 2 | 105 | 91 |
---|---|---|---|
HSL | 0.48 | 0.96 | 0.21 |
HSV | 172° | 98° | 41° |
CMYK | 0.98 | 0.00 | 0.13 0.59 |
XYZ | 6.9649 | 10.8714 | 11.6288 |
Yxy | 10.8714 | 0.2364 | 0.3690 |
Hunter Lab | 32.9718 | -19.9947 | 2.1693 |
CIE-Lab | 39.3630 | -29.4014 | 0.5632 |
#02695b color RGB value is (2,105,91).
#02695b hex color red value is 2, green value is 105 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #02695b hue: 0.48 , saturation: 0.96 and the lightness value of 02695b is 0.21.
The process color (four color CMYK) of #02695b color hex is 0.98, 0.00, 0.13, 0.59. Web safe color of #02695b is #006666. Color #02695b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01101001 | 01011011 |
Octal | 2 | 151 | 133 |
Decimal | 2 | 105 | 91 |
Hex | 2 | 69 | 5B |
Shades of #02695b
Tints of #02695b
RGB Percentages of Color #02695b
CMYK Percentages of Color #02695b
Complementary Color
#02695b | #690210 |
#02695b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02695b Color Preview on White Background
Lorem ipsum dolor sit amet.
#02695b Color CSS Codes
.mybgcolor {background-color:#02695b; } .myforecolor {color:#02695b; } .mybordercolor {border:3px solid #02695b; }
#02695b Text Font Color
<p style="color:#02695b">Text here</p>
This sample text font color is #02695b
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.
#02695b Background Color
<div style="background-color:#02695b">
Div content here</div>
This div background color is #02695b
#02695b Border Color
<div style="border:3px solid #02695b">
Div here</div>
This div border color is #02695b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,105,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02695b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02695b; -webkit-box-shadow: 1px 1px 3px 2px #02695b; box-shadow: 1px 1px 3px 2px #02695b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,105,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02695b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02695b; -webkit-box-shadow: 1px 1px 3px 2px #02695b; box-shadow: 1px 1px 3px 2px #02695b;">
Div content here</div>
This div box has shadow with color #02695b
Comments
No comments written yet.
Please login to write comment.