Color Hex Logo

#02addc Color Hex

#02ADDC
(2,173,220)
0 Favorites   0 Comments

Color spaces of #02addc

RGB 2173220
HSL0.540.980.44
HSV193°99°86°
CMYK 0.990.210.00   0.14
XYZ27.886935.067473.0090
Yxy35.06740.20510.2579
Hunter Lab59.2177-19.5716-31.6457
CIE-Lab65.8011-20.3469-34.0163

#02addc color RGB value is (2,173,220).

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

The process color (four color CMYK) of #02addc color hex is 0.99, 0.21, 0.00, 0.14. Web safe color of #02addc is #0099cc. Color #02addc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 10101101 11011100
Octal 2 255 334
Decimal 2 173 220
Hex 2 AD DC

RGB Percentages of Color #02addc

%0.51
%43.80
%55.70

CMYK Percentages of Color #02addc

%99
%21
%0
%14

Triadic Colors of #02addc

#02addc #dc02ad #addc02

Analogous Colors of #02addc

#02addc #0240dc #02dc9e

Monochromatic Colors of #02addc

#02addc

Complementary Color

#02addc #dc3102

#02addc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02addc Color Preview on White Background

Lorem ipsum dolor sit amet.

#02addc Color CSS Codes

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

#02addc Text Font Color

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

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


#02addc Background Color

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

This div background color is #02addc


#02addc Border Color

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

This div border color is #02addc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02addc


Comments

No comments written yet.

Please login to write comment.