Color Hex Logo

#02ddca Color Hex

#02DDCA
(2,221,202)
0 Favorites   0 Comments

Color spaces of #02ddca

RGB 2221202
HSL0.490.980.44
HSV175°99°87°
CMYK 0.990.000.09   0.13
XYZ36.542255.990164.7583
Yxy55.99010.23230.3560
Hunter Lab74.8265-43.77441.0663
CIE-Lab79.6082-48.5336-3.3515

#02ddca color RGB value is (2,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000010 11011101 11001010
Octal 2 335 312
Decimal 2 221 202
Hex 2 DD CA

RGB Percentages of Color #02ddca

%0.47
%52.00
%47.53

CMYK Percentages of Color #02ddca

%99
%0
%9
%13

Triadic Colors of #02ddca

#02ddca #ca02dd #ddca02

Analogous Colors of #02ddca

#02ddca #0283dd #02dd5d

Monochromatic Colors of #02ddca

#02ddca

Complementary Color

#02ddca #dd0215

#02ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#02ddca Color CSS Codes

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

#02ddca Text Font Color

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

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


#02ddca Background Color

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

This div background color is #02ddca


#02ddca Border Color

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

This div border color is #02ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02ddca


Comments

No comments written yet.

Please login to write comment.