Color spaces of #25cffe
RGB | 37 | 207 | 254 |
---|---|---|---|
HSL | 0.54 | 0.99 | 0.57 |
HSV | 193° | 85° | 100° |
CMYK | 0.85 | 0.19 | 0.00 0.00 |
XYZ | 40.9652 | 52.1747 | 101.6776 |
Yxy | 52.1747 | 0.2103 | 0.2678 |
Hunter Lab | 72.2321 | -25.1728 | -32.8972 |
CIE-Lab | 77.3852 | -24.8381 | -34.4783 |
#25cffe color RGB value is (37,207,254).
#25cffe hex color red value is 37, green value is 207 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #25cffe hue: 0.54 , saturation: 0.99 and the lightness value of 25cffe is 0.57.
The process color (four color CMYK) of #25cffe color hex is 0.85, 0.19, 0.00, 0.00. Web safe color of #25cffe is #33ccff. Color #25cffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11001111 | 11111110 |
Octal | 45 | 317 | 376 |
Decimal | 37 | 207 | 254 |
Hex | 25 | CF | FE |
Shades of #25cffe
Tints of #25cffe
RGB Percentages of Color #25cffe
CMYK Percentages of Color #25cffe
Complementary Color
#25cffe | #fe5425 |
#25cffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25cffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#25cffe Color CSS Codes
.mybgcolor {background-color:#25cffe; } .myforecolor {color:#25cffe; } .mybordercolor {border:3px solid #25cffe; }
#25cffe Text Font Color
<p style="color:#25cffe">Text here</p>
This sample text font color is #25cffe
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.
#25cffe Background Color
<div style="background-color:#25cffe">
Div content here</div>
This div background color is #25cffe
#25cffe Border Color
<div style="border:3px solid #25cffe">
Div here</div>
This div border color is #25cffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,207,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25cffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25cffe; -webkit-box-shadow: 1px 1px 3px 2px #25cffe; box-shadow: 1px 1px 3px 2px #25cffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,207,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25cffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25cffe; -webkit-box-shadow: 1px 1px 3px 2px #25cffe; box-shadow: 1px 1px 3px 2px #25cffe;">
Div content here</div>
This div box has shadow with color #25cffe
Comments
No comments written yet.
Please login to write comment.