color codes Logo

#02beab color codes

#02BEAB
(2,190,171)
0 Favorites   0 Comments

Color spaces of #02beab

RGB 2190171
HSL0.480.980.38
HSV174°99°75°
CMYK 0.990.000.10   0.25
XYZ25.789239.780144.8472
Yxy39.78010.23360.3603
Hunter Lab63.0715-37.38851.9917
CIE-Lab69.3126-44.0314-1.7157

#02beab color RGB value is (2,190,171).

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

The process color (four color CMYK) of #02beab color code is 0.99, 0.00, 0.10, 0.25. Web safe color of #02beab is #00cc99. Color #02beab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10111110 10101011
Octal 2 276 253
Decimal 2 190 171
Hex 2 BE AB

RGB Percentages of Color #02beab

%0.55
%52.34
%47.11

CMYK Percentages of Color #02beab

%99
%0
%10
%25

Triadic Colors of #02beab

#02beab #ab02be #beab02

Analogous Colors of #02beab

#02beab #0273be #02be4d

Monochromatic Colors of #02beab

#02beab

Complementary Color

#02beab #be0215

#02beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#02beab Color CSS Codes

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

#02beab Text Font Color

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

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


#02beab Background Color

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

This div background color is #02beab


#02beab Border Color

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

This div border color is #02beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02beab


Comments

No comments written yet.

Please login to write comment.