Color spaces of #025324
RGB | 2 | 83 | 36 |
---|---|---|---|
HSL | 0.40 | 0.95 | 0.17 |
HSV | 145° | 98° | 33° |
CMYK | 0.98 | 0.00 | 0.57 0.67 |
XYZ | 3.4367 | 6.3268 | 2.7091 |
Yxy | 6.3268 | 0.2755 | 0.5073 |
Hunter Lab | 25.1531 | -19.6293 | 11.2214 |
CIE-Lab | 30.2224 | -33.8972 | 21.3065 |
#025324 color RGB value is (2,83,36).
#025324 hex color red value is 2, green value is 83 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #025324 hue: 0.40 , saturation: 0.95 and the lightness value of 025324 is 0.17.
The process color (four color CMYK) of #025324 color hex is 0.98, 0.00, 0.57, 0.67. Web safe color of #025324 is #006633. Color #025324 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 01010011 | 00100100 |
Octal | 2 | 123 | 44 |
Decimal | 2 | 83 | 36 |
Hex | 2 | 53 | 24 |
Shades of #025324
Tints of #025324
RGB Percentages of Color #025324
CMYK Percentages of Color #025324
Complementary Color
#025324 | #530231 |
#025324 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#025324 Color Preview on White Background
Lorem ipsum dolor sit amet.
#025324 Color CSS Codes
.mybgcolor {background-color:#025324; } .myforecolor {color:#025324; } .mybordercolor {border:3px solid #025324; }
#025324 Text Font Color
<p style="color:#025324">Text here</p>
This sample text font color is #025324
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.
#025324 Background Color
<div style="background-color:#025324">
Div content here</div>
This div background color is #025324
#025324 Border Color
<div style="border:3px solid #025324">
Div here</div>
This div border color is #025324
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,83,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #025324; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #025324; -webkit-box-shadow: 1px 1px 3px 2px #025324; box-shadow: 1px 1px 3px 2px #025324; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,83,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #025324">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #025324; -webkit-box-shadow: 1px 1px 3px 2px #025324; box-shadow: 1px 1px 3px 2px #025324;">
Div content here</div>
This div box has shadow with color #025324
Comments
No comments written yet.
Please login to write comment.