Color spaces of #25dfcb
RGB | 37 | 223 | 203 |
---|---|---|---|
HSL | 0.48 | 0.74 | 0.51 |
HSV | 174° | 83° | 87° |
CMYK | 0.83 | 0.00 | 0.09 0.13 |
XYZ | 37.9301 | 57.4805 | 65.5956 |
Yxy | 57.4805 | 0.2356 | 0.3570 |
Hunter Lab | 75.8159 | -43.3757 | 1.7737 |
CIE-Lab | 80.4491 | -47.6124 | -2.6234 |
#25dfcb color RGB value is (37,223,203).
#25dfcb hex color red value is 37, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #25dfcb hue: 0.48 , saturation: 0.74 and the lightness value of 25dfcb is 0.51.
The process color (four color CMYK) of #25dfcb color hex is 0.83, 0.00, 0.09, 0.13. Web safe color of #25dfcb is #33cccc. Color #25dfcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11011111 | 11001011 |
Octal | 45 | 337 | 313 |
Decimal | 37 | 223 | 203 |
Hex | 25 | DF | CB |
Shades of #25dfcb
Tints of #25dfcb
RGB Percentages of Color #25dfcb
CMYK Percentages of Color #25dfcb
Complementary Color
#25dfcb | #df2539 |
#25dfcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25dfcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#25dfcb Color CSS Codes
.mybgcolor {background-color:#25dfcb; } .myforecolor {color:#25dfcb; } .mybordercolor {border:3px solid #25dfcb; }
#25dfcb Text Font Color
<p style="color:#25dfcb">Text here</p>
This sample text font color is #25dfcb
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.
#25dfcb Background Color
<div style="background-color:#25dfcb">
Div content here</div>
This div background color is #25dfcb
#25dfcb Border Color
<div style="border:3px solid #25dfcb">
Div here</div>
This div border color is #25dfcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,223,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25dfcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25dfcb; -webkit-box-shadow: 1px 1px 3px 2px #25dfcb; box-shadow: 1px 1px 3px 2px #25dfcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,223,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25dfcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25dfcb; -webkit-box-shadow: 1px 1px 3px 2px #25dfcb; box-shadow: 1px 1px 3px 2px #25dfcb;">
Div content here</div>
This div box has shadow with color #25dfcb
Comments
No comments written yet.
Please login to write comment.