Color spaces of #12525b
RGB | 18 | 82 | 91 |
---|---|---|---|
HSL | 0.52 | 0.67 | 0.21 |
HSV | 187° | 80° | 36° |
CMYK | 0.80 | 0.10 | 0.00 0.64 |
XYZ | 5.1551 | 6.9185 | 10.9612 |
Yxy | 6.9185 | 0.2238 | 0.3003 |
Hunter Lab | 26.3030 | -11.0463 | -6.2956 |
CIE-Lab | 31.6206 | -15.9967 | -10.9339 |
#12525b color RGB value is (18,82,91).
#12525b hex color red value is 18, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #12525b hue: 0.52 , saturation: 0.67 and the lightness value of 12525b is 0.21.
The process color (four color CMYK) of #12525b color hex is 0.80, 0.10, 0.00, 0.64. Web safe color of #12525b is #006666. Color #12525b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01010010 | 01011011 |
Octal | 22 | 122 | 133 |
Decimal | 18 | 82 | 91 |
Hex | 12 | 52 | 5B |
Shades of #12525b
Tints of #12525b
RGB Percentages of Color #12525b
CMYK Percentages of Color #12525b
Complementary Color
#12525b | #5b1b12 |
#12525b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12525b Color Preview on White Background
Lorem ipsum dolor sit amet.
#12525b Color CSS Codes
.mybgcolor {background-color:#12525b; } .myforecolor {color:#12525b; } .mybordercolor {border:3px solid #12525b; }
#12525b Text Font Color
<p style="color:#12525b">Text here</p>
This sample text font color is #12525b
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.
#12525b Background Color
<div style="background-color:#12525b">
Div content here</div>
This div background color is #12525b
#12525b Border Color
<div style="border:3px solid #12525b">
Div here</div>
This div border color is #12525b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,82,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12525b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12525b; -webkit-box-shadow: 1px 1px 3px 2px #12525b; box-shadow: 1px 1px 3px 2px #12525b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,82,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 #12525b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12525b; -webkit-box-shadow: 1px 1px 3px 2px #12525b; box-shadow: 1px 1px 3px 2px #12525b;">
Div content here</div>
This div box has shadow with color #12525b
Comments
No comments written yet.
Please login to write comment.