Color Hex Logo

#02beef Color Hex

#02BEEF
(2,190,239)
0 Favorites   0 Comments

Color spaces of #02beef

RGB 2190239
HSL0.530.980.47
HSV192°99°94°
CMYK 0.990.210.00   0.06
XYZ34.018543.071888.1821
Yxy43.07180.20580.2606
Hunter Lab65.6291-22.3264-33.7242
CIE-Lab71.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

BaseRedGreenBlue
Binary 00000010 10111110 11101111
Octal 2 276 357
Decimal 2 190 239
Hex 2 BE EF

RGB Percentages of Color #02beef

%0.46
%44.08
%55.45

CMYK Percentages of Color #02beef

%99
%21
%0
%6

Triadic Colors of #02beef

#02beef #ef02be #beef02

Analogous Colors of #02beef

#02beef #0248ef #02efaa

Monochromatic Colors of #02beef

#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.