Color spaces of #25aabb
RGB | 37 | 170 | 187 |
---|---|---|---|
HSL | 0.52 | 0.67 | 0.44 |
HSV | 187° | 80° | 73° |
CMYK | 0.80 | 0.09 | 0.00 0.27 |
XYZ | 24.1073 | 32.7306 | 52.0608 |
Yxy | 32.7306 | 0.2214 | 0.3006 |
Hunter Lab | 57.2107 | -24.9027 | -13.9055 |
CIE-Lab | 63.9422 | -28.0786 | -18.5603 |
#25aabb color RGB value is (37,170,187).
#25aabb hex color red value is 37, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #25aabb hue: 0.52 , saturation: 0.67 and the lightness value of 25aabb is 0.44.
The process color (four color CMYK) of #25aabb color hex is 0.80, 0.09, 0.00, 0.27. Web safe color of #25aabb is #3399cc. Color #25aabb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 10101010 | 10111011 |
Octal | 45 | 252 | 273 |
Decimal | 37 | 170 | 187 |
Hex | 25 | AA | BB |
Shades of #25aabb
Tints of #25aabb
RGB Percentages of Color #25aabb
CMYK Percentages of Color #25aabb
Complementary Color
#25aabb | #bb3625 |
#25aabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25aabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#25aabb Color CSS Codes
.mybgcolor {background-color:#25aabb; } .myforecolor {color:#25aabb; } .mybordercolor {border:3px solid #25aabb; }
#25aabb Text Font Color
<p style="color:#25aabb">Text here</p>
This sample text font color is #25aabb
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.
#25aabb Background Color
<div style="background-color:#25aabb">
Div content here</div>
This div background color is #25aabb
#25aabb Border Color
<div style="border:3px solid #25aabb">
Div here</div>
This div border color is #25aabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25aabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25aabb; -webkit-box-shadow: 1px 1px 3px 2px #25aabb; box-shadow: 1px 1px 3px 2px #25aabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,170,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25aabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25aabb; -webkit-box-shadow: 1px 1px 3px 2px #25aabb; box-shadow: 1px 1px 3px 2px #25aabb;">
Div content here</div>
This div box has shadow with color #25aabb
Comments
No comments written yet.
Please login to write comment.