Color Hex Logo

#02b373 Color Hex

#02B373
(2,179,115)
0 Favorites   0 Comments

Color spaces of #02b373

RGB 2179115
HSL0.440.980.35
HSV158°99°70°
CMYK 0.990.000.36   0.30
XYZ19.239633.490921.6700
Yxy33.49090.25860.4501
Hunter Lab57.8713-41.931618.3087
CIE-Lab64.5564-53.648722.1209

#02b373 color RGB value is (2,179,115).

#02b373 hex color red value is 2, green value is 179 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #02b373 hue: 0.44 , saturation: 0.98 and the lightness value of 02b373 is 0.35.

The process color (four color CMYK) of #02b373 color hex is 0.99, 0.00, 0.36, 0.30. Web safe color of #02b373 is #00cc66. Color #02b373 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10110011 01110011
Octal 2 263 163
Decimal 2 179 115
Hex 2 B3 73

RGB Percentages of Color #02b373

%0.68
%60.47
%38.85

CMYK Percentages of Color #02b373

%99
%0
%36
%30

Triadic Colors of #02b373

#02b373 #7302b3 #b37302

Analogous Colors of #02b373

#02b373 #029bb3 #02b31b

Monochromatic Colors of #02b373

#02b373

Complementary Color

#02b373 #b30242

#02b373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02b373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02b373 Color CSS Codes

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

#02b373 Text Font Color

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

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


#02b373 Background Color

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

This div background color is #02b373


#02b373 Border Color

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

This div border color is #02b373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02b373


Comments

No comments written yet.

Please login to write comment.