Color Hex Logo

#2addcc Color Hex

#2ADDCC
(42,221,204)
0 Favorites   0 Comments

Color spaces of #2addcc

RGB 42221204
HSL0.480.720.52
HSV174°81°87°
CMYK 0.810.000.08   0.13
XYZ37.710456.564866.0573
Yxy56.56480.23520.3528
Hunter Lab75.2096-42.11610.5717
CIE-Lab79.9342-46.1051-3.9066

#2addcc color RGB value is (42,221,204).

#2addcc hex color red value is 42, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2addcc hue: 0.48 , saturation: 0.72 and the lightness value of 2addcc is 0.52.

The process color (four color CMYK) of #2addcc color hex is 0.81, 0.00, 0.08, 0.13. Web safe color of #2addcc is #33cccc. Color #2addcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011101 11001100
Octal 52 335 314
Decimal 42 221 204
Hex 2A DD CC

RGB Percentages of Color #2addcc

%8.99
%47.32
%43.68

CMYK Percentages of Color #2addcc

%81
%0
%8
%13

Triadic Colors of #2addcc

#2addcc #cc2add #ddcc2a

Analogous Colors of #2addcc

#2addcc #2a95dd #2add73

Monochromatic Colors of #2addcc

#2addcc

Complementary Color

#2addcc #dd2a3b

#2addcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2addcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2addcc Color CSS Codes

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

#2addcc Text Font Color

<p style="color:#2addcc">Text here</p>

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


#2addcc Background Color

<div style="background-color:#2addcc">
Div content here</div>

This div background color is #2addcc


#2addcc Border Color

<div style="border:3px solid #2addcc">
Div here</div>

This div border color is #2addcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2addcc


Comments

No comments written yet.

Please login to write comment.