color codes Logo

#02c98b color codes

#02C98B
(2,201,139)
0 Favorites   0 Comments

Color spaces of #02c98b

RGB 2201139
HSL0.450.980.40
HSV161°99°79°
CMYK 0.990.000.31   0.21
XYZ25.571943.650331.5037
Yxy43.65030.25390.4334
Hunter Lab66.0684-46.530917.9763
CIE-Lab71.9941-56.501419.4331

#02c98b color RGB value is (2,201,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11001001 10001011
Octal 2 311 213
Decimal 2 201 139
Hex 2 C9 8B

RGB Percentages of Color #02c98b

%0.58
%58.77
%40.64

CMYK Percentages of Color #02c98b

%99
%0
%31
%21

Triadic Colors of #02c98b

#02c98b #8b02c9 #c98b02

Analogous Colors of #02c98b

#02c98b #02a4c9 #02c928

Monochromatic Colors of #02c98b

#02c98b

Complementary Color

#02c98b #c90240

#02c98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02c98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#02c98b Color CSS Codes

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

#02c98b Text Font Color

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

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


#02c98b Background Color

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

This div background color is #02c98b


#02c98b Border Color

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

This div border color is #02c98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02c98b


Comments

No comments written yet.

Please login to write comment.