Color Hex Logo

#02beec Color Hex

#02BEEC
(2,190,236)
0 Favorites   0 Comments

Color spaces of #02beec

RGB 2190236
HSL0.530.980.47
HSV192°99°93°
CMYK 0.990.190.00   0.07
XYZ33.578842.895985.8668
Yxy42.89590.20680.2642
Hunter Lab65.4950-23.1005-31.8853
CIE-Lab71.4843-23.6230-33.9437

#02beec color RGB value is (2,190,236).

#02beec hex color red value is 2, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #02beec hue: 0.53 , saturation: 0.98 and the lightness value of 02beec is 0.47.

The process color (four color CMYK) of #02beec color hex is 0.99, 0.19, 0.00, 0.07. Web safe color of #02beec is #00ccff. Color #02beec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111110 11101100
Octal 2 276 354
Decimal 2 190 236
Hex 2 BE EC

RGB Percentages of Color #02beec

%0.47
%44.39
%55.14

CMYK Percentages of Color #02beec

%99
%19
%0
%7

Triadic Colors of #02beec

#02beec #ec02be #beec02

Analogous Colors of #02beec

#02beec #0249ec #02eca5

Monochromatic Colors of #02beec

#02beec

Complementary Color

#02beec #ec3002

#02beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#02beec Color CSS Codes

.mybgcolor {background-color:#02beec; } 
.myforecolor {color:#02beec; }
.mybordercolor {border:3px solid #02beec; }

#02beec Text Font Color

<p style="color:#02beec">Text here</p>

This sample text font color is #02beec
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.


#02beec Background Color

<div style="background-color:#02beec">
Div content here</div>

This div background color is #02beec


#02beec Border Color

<div style="border:3px solid #02beec">
Div here</div>

This div border color is #02beec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,190,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02beec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02beec;
  -webkit-box-shadow: 1px 1px 3px 2px #02beec;
  box-shadow:         1px 1px 3px 2px #02beec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,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 #02beec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #02beec;
  -webkit-box-shadow: 1px 1px 3px 2px #02beec;
  box-shadow:         1px 1px 3px 2px #02beec;">
Div content here</div>

This div box has shadow with color #02beec


Comments

No comments written yet.

Please login to write comment.