Color spaces of #61beeb
RGB | 97 | 190 | 235 |
---|---|---|---|
HSL | 0.55 | 0.78 | 0.65 |
HSV | 200° | 59° | 92° |
CMYK | 0.59 | 0.19 | 0.00 0.08 |
XYZ | 38.3386 | 45.3665 | 85.3332 |
Yxy | 45.3665 | 0.2268 | 0.2684 |
Hunter Lab | 67.3547 | -16.2676 | -27.9676 |
CIE-Lab | 73.1326 | -14.7589 | -30.7182 |
#61beeb color RGB value is (97,190,235).
#61beeb hex color red value is 97, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #61beeb hue: 0.55 , saturation: 0.78 and the lightness value of 61beeb is 0.65.
The process color (four color CMYK) of #61beeb color hex is 0.59, 0.19, 0.00, 0.08. Web safe color of #61beeb is #66ccff. Color #61beeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 10111110 | 11101011 |
Octal | 141 | 276 | 353 |
Decimal | 97 | 190 | 235 |
Hex | 61 | BE | EB |
Shades of #61beeb
Tints of #61beeb
RGB Percentages of Color #61beeb
CMYK Percentages of Color #61beeb
Complementary Color
#61beeb | #eb8e61 |
#61beeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#61beeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#61beeb Color CSS Codes
.mybgcolor {background-color:#61beeb; } .myforecolor {color:#61beeb; } .mybordercolor {border:3px solid #61beeb; }
#61beeb Text Font Color
<p style="color:#61beeb">Text here</p>
This sample text font color is #61beeb
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.
#61beeb Background Color
<div style="background-color:#61beeb">
Div content here</div>
This div background color is #61beeb
#61beeb Border Color
<div style="border:3px solid #61beeb">
Div here</div>
This div border color is #61beeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,190,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #61beeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #61beeb; -webkit-box-shadow: 1px 1px 3px 2px #61beeb; box-shadow: 1px 1px 3px 2px #61beeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,190,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #61beeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #61beeb; -webkit-box-shadow: 1px 1px 3px 2px #61beeb; box-shadow: 1px 1px 3px 2px #61beeb;">
Div content here</div>
This div box has shadow with color #61beeb
Comments
No comments written yet.
Please login to write comment.