Color spaces of #35accb
RGB | 53 | 172 | 203 |
---|---|---|---|
HSL | 0.53 | 0.59 | 0.50 |
HSV | 192° | 74° | 80° |
CMYK | 0.74 | 0.15 | 0.00 0.20 |
XYZ | 27.0002 | 34.5737 | 61.7502 |
Yxy | 34.5737 | 0.2189 | 0.2803 |
Hunter Lab | 58.7994 | -20.9332 | -21.1058 |
CIE-Lab | 65.4154 | -22.2438 | -25.1762 |
#35accb color RGB value is (53,172,203).
#35accb hex color red value is 53, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #35accb hue: 0.53 , saturation: 0.59 and the lightness value of 35accb is 0.50.
The process color (four color CMYK) of #35accb color hex is 0.74, 0.15, 0.00, 0.20. Web safe color of #35accb is #3399cc. Color #35accb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110101 | 10101100 | 11001011 |
Octal | 65 | 254 | 313 |
Decimal | 53 | 172 | 203 |
Hex | 35 | AC | CB |
Shades of #35accb
Tints of #35accb
RGB Percentages of Color #35accb
CMYK Percentages of Color #35accb
Complementary Color
#35accb | #cb5435 |
#35accb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#35accb Color Preview on White Background
Lorem ipsum dolor sit amet.
#35accb Color CSS Codes
.mybgcolor {background-color:#35accb; } .myforecolor {color:#35accb; } .mybordercolor {border:3px solid #35accb; }
#35accb Text Font Color
<p style="color:#35accb">Text here</p>
This sample text font color is #35accb
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.
#35accb Background Color
<div style="background-color:#35accb">
Div content here</div>
This div background color is #35accb
#35accb Border Color
<div style="border:3px solid #35accb">
Div here</div>
This div border color is #35accb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(53,172,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #35accb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #35accb; -webkit-box-shadow: 1px 1px 3px 2px #35accb; box-shadow: 1px 1px 3px 2px #35accb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(53,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 #35accb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #35accb; -webkit-box-shadow: 1px 1px 3px 2px #35accb; box-shadow: 1px 1px 3px 2px #35accb;">
Div content here</div>
This div box has shadow with color #35accb
Comments
No comments written yet.
Please login to write comment.