Color spaces of #36abea
RGB | 54 | 171 | 234 |
---|---|---|---|
HSL | 0.56 | 0.81 | 0.56 |
HSV | 201° | 77° | 92° |
CMYK | 0.77 | 0.27 | 0.00 0.08 |
XYZ | 30.9355 | 35.8506 | 83.1313 |
Yxy | 35.8506 | 0.2064 | 0.2391 |
Hunter Lab | 59.8754 | -12.5572 | -40.4058 |
CIE-Lab | 66.4056 | -11.2617 | -40.7166 |
#36abea color RGB value is (54,171,234).
#36abea hex color red value is 54, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #36abea hue: 0.56 , saturation: 0.81 and the lightness value of 36abea is 0.56.
The process color (four color CMYK) of #36abea color hex is 0.77, 0.27, 0.00, 0.08. Web safe color of #36abea is #3399ff. Color #36abea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110110 | 10101011 | 11101010 |
Octal | 66 | 253 | 352 |
Decimal | 54 | 171 | 234 |
Hex | 36 | AB | EA |
Shades of #36abea
Tints of #36abea
RGB Percentages of Color #36abea
CMYK Percentages of Color #36abea
Complementary Color
#36abea | #ea7536 |
#36abea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#36abea Color Preview on White Background
Lorem ipsum dolor sit amet.
#36abea Color CSS Codes
.mybgcolor {background-color:#36abea; } .myforecolor {color:#36abea; } .mybordercolor {border:3px solid #36abea; }
#36abea Text Font Color
<p style="color:#36abea">Text here</p>
This sample text font color is #36abea
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.
#36abea Background Color
<div style="background-color:#36abea">
Div content here</div>
This div background color is #36abea
#36abea Border Color
<div style="border:3px solid #36abea">
Div here</div>
This div border color is #36abea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54,171,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36abea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #36abea; -webkit-box-shadow: 1px 1px 3px 2px #36abea; box-shadow: 1px 1px 3px 2px #36abea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(54,171,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #36abea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #36abea; -webkit-box-shadow: 1px 1px 3px 2px #36abea; box-shadow: 1px 1px 3px 2px #36abea;">
Div content here</div>
This div box has shadow with color #36abea
Comments
No comments written yet.
Please login to write comment.