Color Hex Logo

#02beda Color Hex

#02BEDA
(2,190,218)
0 Favorites   0 Comments

Color spaces of #02beda

RGB 2190218
HSL0.520.980.43
HSV188°99°85°
CMYK 0.990.130.00   0.15
XYZ31.093441.901872.7787
Yxy41.90180.21330.2874
Hunter Lab64.7316-27.5390-21.3485
CIE-Lab70.8032-29.6325-25.2078

#02beda color RGB value is (2,190,218).

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

The process color (four color CMYK) of #02beda color hex is 0.99, 0.13, 0.00, 0.15. Web safe color of #02beda is #00cccc. Color #02beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111110 11011010
Octal 2 276 332
Decimal 2 190 218
Hex 2 BE DA

RGB Percentages of Color #02beda

%0.49
%46.34
%53.17

CMYK Percentages of Color #02beda

%99
%13
%0
%15

Triadic Colors of #02beda

#02beda #da02be #beda02

Analogous Colors of #02beda

#02beda #0252da #02da8a

Monochromatic Colors of #02beda

#02beda

Complementary Color

#02beda #da1e02

#02beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#02beda Color CSS Codes

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

#02beda Text Font Color

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

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


#02beda Background Color

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

This div background color is #02beda


#02beda Border Color

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

This div border color is #02beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02beda


Comments

No comments written yet.

Please login to write comment.