Color spaces of #82accb
RGB | 130 | 172 | 203 |
---|---|---|---|
HSL | 0.57 | 0.41 | 0.65 |
HSV | 205° | 36° | 80° |
CMYK | 0.36 | 0.15 | 0.00 0.20 |
XYZ | 34.7379 | 38.5627 | 62.1124 |
Yxy | 38.5627 | 0.2565 | 0.2848 |
Hunter Lab | 62.0989 | -8.8207 | -15.8337 |
CIE-Lab | 68.4333 | -6.4512 | -20.2959 |
#82accb color RGB value is (130,172,203).
#82accb hex color red value is 130, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #82accb hue: 0.57 , saturation: 0.41 and the lightness value of 82accb is 0.65.
The process color (four color CMYK) of #82accb color hex is 0.36, 0.15, 0.00, 0.20. Web safe color of #82accb is #9999cc. Color #82accb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 10101100 | 11001011 |
Octal | 202 | 254 | 313 |
Decimal | 130 | 172 | 203 |
Hex | 82 | AC | CB |
Shades of #82accb
Tints of #82accb
RGB Percentages of Color #82accb
CMYK Percentages of Color #82accb
Complementary Color
#82accb | #cba182 |
#82accb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82accb Color Preview on White Background
Lorem ipsum dolor sit amet.
#82accb Color CSS Codes
.mybgcolor {background-color:#82accb; } .myforecolor {color:#82accb; } .mybordercolor {border:3px solid #82accb; }
#82accb Text Font Color
<p style="color:#82accb">Text here</p>
This sample text font color is #82accb
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.
#82accb Background Color
<div style="background-color:#82accb">
Div content here</div>
This div background color is #82accb
#82accb Border Color
<div style="border:3px solid #82accb">
Div here</div>
This div border color is #82accb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,172,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82accb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82accb; -webkit-box-shadow: 1px 1px 3px 2px #82accb; box-shadow: 1px 1px 3px 2px #82accb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,172,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82accb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82accb; -webkit-box-shadow: 1px 1px 3px 2px #82accb; box-shadow: 1px 1px 3px 2px #82accb;">
Div content here</div>
This div box has shadow with color #82accb
Comments
No comments written yet.
Please login to write comment.