Color Hex Logo

#02dbae Color Hex

#02DBAE
(2,219,174)
0 Favorites   0 Comments

Color spaces of #02dbae

RGB 2219174
HSL0.470.980.43
HSV168°99°86°
CMYK 0.990.000.21   0.14
XYZ32.996553.731948.6766
Yxy53.73190.24370.3968
Hunter Lab73.3020-47.927811.9396
CIE-Lab78.3051-55.07859.6684

#02dbae color RGB value is (2,219,174).

#02dbae hex color red value is 2, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #02dbae hue: 0.47 , saturation: 0.98 and the lightness value of 02dbae is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011011 10101110
Octal 2 333 256
Decimal 2 219 174
Hex 2 DB AE

RGB Percentages of Color #02dbae

%0.51
%55.44
%44.05

CMYK Percentages of Color #02dbae

%99
%0
%21
%14

Triadic Colors of #02dbae

#02dbae #ae02db #dbae02

Analogous Colors of #02dbae

#02dbae #029cdb #02db41

Monochromatic Colors of #02dbae

#02dbae

Complementary Color

#02dbae #db022f

#02dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#02dbae Color CSS Codes

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

#02dbae Text Font Color

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

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


#02dbae Background Color

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

This div background color is #02dbae


#02dbae Border Color

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

This div border color is #02dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02dbae


Comments

No comments written yet.

Please login to write comment.