Color Hex Logo

#02dfaa Color Hex

#02DFAA
(2,223,170)
0 Favorites   0 Comments

Color spaces of #02dfaa

RGB 2223170
HSL0.460.980.44
HSV166°99°87°
CMYK 0.990.000.24   0.13
XYZ33.668455.690547.0051
Yxy55.69050.24690.4084
Hunter Lab74.6261-50.063314.8930
CIE-Lab79.4373-57.589413.3913

#02dfaa color RGB value is (2,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011111 10101010
Octal 2 337 252
Decimal 2 223 170
Hex 2 DF AA

RGB Percentages of Color #02dfaa

%0.51
%56.46
%43.04

CMYK Percentages of Color #02dfaa

%99
%0
%24
%13

Triadic Colors of #02dfaa

#02dfaa #aa02df #dfaa02

Analogous Colors of #02dfaa

#02dfaa #02a6df #02df3c

Monochromatic Colors of #02dfaa

#02dfaa

Complementary Color

#02dfaa #df0237

#02dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dfaa Color CSS Codes

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

#02dfaa Text Font Color

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

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


#02dfaa Background Color

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

This div background color is #02dfaa


#02dfaa Border Color

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

This div border color is #02dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02dfaa


Comments

No comments written yet.

Please login to write comment.