Color spaces of #28beec
RGB | 40 | 190 | 236 |
---|---|---|---|
HSL | 0.54 | 0.84 | 0.54 |
HSV | 194° | 83° | 93° |
CMYK | 0.83 | 0.19 | 0.00 0.07 |
XYZ | 34.4288 | 43.3342 | 85.9066 |
Yxy | 43.3342 | 0.2104 | 0.2648 |
Hunter Lab | 65.8287 | -21.8437 | -31.2935 |
CIE-Lab | 71.7812 | -21.9453 | -33.4602 |
#28beec color RGB value is (40,190,236).
#28beec hex color red value is 40, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #28beec hue: 0.54 , saturation: 0.84 and the lightness value of 28beec is 0.54.
The process color (four color CMYK) of #28beec color hex is 0.83, 0.19, 0.00, 0.07. Web safe color of #28beec is #33ccff. Color #28beec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10111110 | 11101100 |
Octal | 50 | 276 | 354 |
Decimal | 40 | 190 | 236 |
Hex | 28 | BE | EC |
Shades of #28beec
Tints of #28beec
RGB Percentages of Color #28beec
CMYK Percentages of Color #28beec
Complementary Color
#28beec | #ec5628 |
#28beec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28beec Color Preview on White Background
Lorem ipsum dolor sit amet.
#28beec Color CSS Codes
.mybgcolor {background-color:#28beec; } .myforecolor {color:#28beec; } .mybordercolor {border:3px solid #28beec; }
#28beec Text Font Color
<p style="color:#28beec">Text here</p>
This sample text font color is #28beec
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.
#28beec Background Color
<div style="background-color:#28beec">
Div content here</div>
This div background color is #28beec
#28beec Border Color
<div style="border:3px solid #28beec">
Div here</div>
This div border color is #28beec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,190,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28beec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28beec; -webkit-box-shadow: 1px 1px 3px 2px #28beec; box-shadow: 1px 1px 3px 2px #28beec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,190,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28beec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28beec; -webkit-box-shadow: 1px 1px 3px 2px #28beec; box-shadow: 1px 1px 3px 2px #28beec;">
Div content here</div>
This div box has shadow with color #28beec
Comments
No comments written yet.
Please login to write comment.