Color Hex Logo

#02b583 Color Hex

#02B583
(2,181,131)
0 Favorites   0 Comments

Color spaces of #02b583

RGB 2181131
HSL0.450.980.36
HSV163°99°71°
CMYK 0.990.000.28   0.29
XYZ20.645634.699327.0822
Yxy34.69930.25050.4210
Hunter Lab58.9061-40.524513.9756
CIE-Lab65.5139-50.791614.7632

#02b583 color RGB value is (2,181,131).

#02b583 hex color red value is 2, green value is 181 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #02b583 hue: 0.45 , saturation: 0.98 and the lightness value of 02b583 is 0.36.

The process color (four color CMYK) of #02b583 color hex is 0.99, 0.00, 0.28, 0.29. Web safe color of #02b583 is #00cc99. Color #02b583 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10110101 10000011
Octal 2 265 203
Decimal 2 181 131
Hex 2 B5 83

RGB Percentages of Color #02b583

%0.64
%57.64
%41.72

CMYK Percentages of Color #02b583

%99
%0
%28
%29

Triadic Colors of #02b583

#02b583 #8302b5 #b58302

Analogous Colors of #02b583

#02b583 #028eb5 #02b52a

Monochromatic Colors of #02b583

#02b583

Complementary Color

#02b583 #b50234

#02b583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02b583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#02b583 Color CSS Codes

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

#02b583 Text Font Color

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

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


#02b583 Background Color

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

This div background color is #02b583


#02b583 Border Color

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

This div border color is #02b583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02b583


Comments

No comments written yet.

Please login to write comment.