Color spaces of #02beef
RGB | 2 | 190 | 239 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.47 |
HSV | 192° | 99° | 94° |
CMYK | 0.99 | 0.21 | 0.00 0.06 |
XYZ | 34.0185 | 43.0718 | 88.1821 |
Yxy | 43.0718 | 0.2058 | 0.2606 |
Hunter Lab | 65.6291 | -22.3264 | -33.7242 |
CIE-Lab | 71.6037 | -22.6016 | -35.3839 |
#02beef color RGB value is (2,190,239).
#02beef hex color red value is 2, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #02beef hue: 0.53 , saturation: 0.98 and the lightness value of 02beef is 0.47.
The process color (four color CMYK) of #02beef color hex is 0.99, 0.21, 0.00, 0.06. Web safe color of #02beef is #00ccff. Color #02beef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10111110 | 11101111 |
Octal | 2 | 276 | 357 |
Decimal | 2 | 190 | 239 |
Hex | 2 | BE | EF |
Shades of #02beef
Tints of #02beef
RGB Percentages of Color #02beef
CMYK Percentages of Color #02beef
Complementary Color
#02beef | #ef3302 |
#02beef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02beef Color Preview on White Background
Lorem ipsum dolor sit amet.
#02beef Color CSS Codes
.mybgcolor {background-color:#02beef; } .myforecolor {color:#02beef; } .mybordercolor {border:3px solid #02beef; }
#02beef Text Font Color
<p style="color:#02beef">Text here</p>
This sample text font color is #02beef
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.
#02beef Background Color
<div style="background-color:#02beef">
Div content here</div>
This div background color is #02beef
#02beef Border Color
<div style="border:3px solid #02beef">
Div here</div>
This div border color is #02beef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,190,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02beef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02beef; -webkit-box-shadow: 1px 1px 3px 2px #02beef; box-shadow: 1px 1px 3px 2px #02beef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,190,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02beef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02beef; -webkit-box-shadow: 1px 1px 3px 2px #02beef; box-shadow: 1px 1px 3px 2px #02beef;">
Div content here</div>
This div box has shadow with color #02beef
Comments
No comments written yet.
Please login to write comment.