Color Hex Logo

#02ddbe Color Hex

#02DDBE
(2,221,190)
0 Favorites   0 Comments

Color spaces of #02ddbe

RGB 2221190
HSL0.480.980.44
HSV172°99°87°
CMYK 0.990.000.14   0.13
XYZ35.175855.443557.5629
Yxy55.44350.23740.3742
Hunter Lab74.4604-45.98066.2871
CIE-Lab79.2960-51.77752.5858

#02ddbe color RGB value is (2,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011101 10111110
Octal 2 335 276
Decimal 2 221 190
Hex 2 DD BE

RGB Percentages of Color #02ddbe

%0.48
%53.51
%46.00

CMYK Percentages of Color #02ddbe

%99
%0
%14
%13

Triadic Colors of #02ddbe

#02ddbe #be02dd #ddbe02

Analogous Colors of #02ddbe

#02ddbe #028fdd #02dd51

Monochromatic Colors of #02ddbe

#02ddbe

Complementary Color

#02ddbe #dd0221

#02ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#02ddbe Color CSS Codes

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

#02ddbe Text Font Color

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

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


#02ddbe Background Color

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

This div background color is #02ddbe


#02ddbe Border Color

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

This div border color is #02ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02ddbe


Comments

No comments written yet.

Please login to write comment.