Color spaces of #25cefa
RGB | 37 | 206 | 250 |
---|---|---|---|
HSL | 0.53 | 0.96 | 0.56 |
HSV | 192° | 85° | 98° |
CMYK | 0.85 | 0.18 | 0.00 0.02 |
XYZ | 40.0896 | 51.4381 | 98.2581 |
Yxy | 51.4381 | 0.2112 | 0.2710 |
Hunter Lab | 71.7204 | -25.7343 | -31.0240 |
CIE-Lab | 76.9436 | -25.6451 | -33.0231 |
#25cefa color RGB value is (37,206,250).
#25cefa hex color red value is 37, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #25cefa hue: 0.53 , saturation: 0.96 and the lightness value of 25cefa is 0.56.
The process color (four color CMYK) of #25cefa color hex is 0.85, 0.18, 0.00, 0.02. Web safe color of #25cefa is #33ccff. Color #25cefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 11001110 | 11111010 |
Octal | 45 | 316 | 372 |
Decimal | 37 | 206 | 250 |
Hex | 25 | CE | FA |
Shades of #25cefa
Tints of #25cefa
RGB Percentages of Color #25cefa
CMYK Percentages of Color #25cefa
Complementary Color
#25cefa | #fa5125 |
#25cefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25cefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#25cefa Color CSS Codes
.mybgcolor {background-color:#25cefa; } .myforecolor {color:#25cefa; } .mybordercolor {border:3px solid #25cefa; }
#25cefa Text Font Color
<p style="color:#25cefa">Text here</p>
This sample text font color is #25cefa
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.
#25cefa Background Color
<div style="background-color:#25cefa">
Div content here</div>
This div background color is #25cefa
#25cefa Border Color
<div style="border:3px solid #25cefa">
Div here</div>
This div border color is #25cefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25cefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25cefa; -webkit-box-shadow: 1px 1px 3px 2px #25cefa; box-shadow: 1px 1px 3px 2px #25cefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,206,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25cefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25cefa; -webkit-box-shadow: 1px 1px 3px 2px #25cefa; box-shadow: 1px 1px 3px 2px #25cefa;">
Div content here</div>
This div box has shadow with color #25cefa
Comments
No comments written yet.
Please login to write comment.