Color Hex Logo

#02beed Color Hex

#02BEED
(2,190,237)
0 Favorites   0 Comments

Color spaces of #02beed

RGB 2190237
HSL0.530.980.47
HSV192°99°93°
CMYK 0.990.200.00   0.07
XYZ33.724642.954286.6343
Yxy42.95420.20650.2630
Hunter Lab65.5395-22.8434-32.4957
CIE-Lab71.5239-23.2829-34.4243

#02beed color RGB value is (2,190,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111110 11101101
Octal 2 276 355
Decimal 2 190 237
Hex 2 BE ED

RGB Percentages of Color #02beed

%0.47
%44.29
%55.24

CMYK Percentages of Color #02beed

%99
%20
%0
%7

Triadic Colors of #02beed

#02beed #ed02be #beed02

Analogous Colors of #02beed

#02beed #0248ed #02eda7

Monochromatic Colors of #02beed

#02beed

Complementary Color

#02beed #ed3102

#02beed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02beed Color Preview on White Background

Lorem ipsum dolor sit amet.

#02beed Color CSS Codes

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

#02beed Text Font Color

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

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


#02beed Background Color

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

This div background color is #02beed


#02beed Border Color

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

This div border color is #02beed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(2,190,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #02beed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02beed


Comments

No comments written yet.

Please login to write comment.