Color spaces of #61abca
RGB | 97 | 171 | 202 |
---|---|---|---|
HSL | 0.55 | 0.50 | 0.59 |
HSV | 198° | 52° | 79° |
CMYK | 0.52 | 0.15 | 0.00 0.21 |
XYZ | 30.1533 | 35.9315 | 61.2233 |
Yxy | 35.9315 | 0.2369 | 0.2822 |
Hunter Lab | 59.9429 | -15.1085 | -18.5964 |
CIE-Lab | 66.4676 | -14.4523 | -22.8899 |
#61abca color RGB value is (97,171,202).
#61abca hex color red value is 97, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #61abca hue: 0.55 , saturation: 0.50 and the lightness value of 61abca is 0.59.
The process color (four color CMYK) of #61abca color hex is 0.52, 0.15, 0.00, 0.21. Web safe color of #61abca is #6699cc. Color #61abca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10101011 | 11001010 |
Octal | 141 | 253 | 312 |
Decimal | 97 | 171 | 202 |
Hex | 61 | AB | CA |
Shades of #61abca
Tints of #61abca
RGB Percentages of Color #61abca
CMYK Percentages of Color #61abca
Complementary Color
#61abca | #ca8061 |
#61abca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61abca Color Preview on White Background
Lorem ipsum dolor sit amet.
#61abca Color CSS Codes
.mybgcolor {background-color:#61abca; } .myforecolor {color:#61abca; } .mybordercolor {border:3px solid #61abca; }
#61abca Text Font Color
<p style="color:#61abca">Text here</p>
This sample text font color is #61abca
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.
#61abca Background Color
<div style="background-color:#61abca">
Div content here</div>
This div background color is #61abca
#61abca Border Color
<div style="border:3px solid #61abca">
Div here</div>
This div border color is #61abca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61abca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61abca; -webkit-box-shadow: 1px 1px 3px 2px #61abca; box-shadow: 1px 1px 3px 2px #61abca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61abca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61abca; -webkit-box-shadow: 1px 1px 3px 2px #61abca; box-shadow: 1px 1px 3px 2px #61abca;">
Div content here</div>
This div box has shadow with color #61abca
Comments
No comments written yet.
Please login to write comment.