Color Hex Logo

#2addbe Color Hex

#2ADDBE
(42,221,190)
0 Favorites   0 Comments

Color spaces of #2addbe

RGB 42221190
HSL0.470.720.52
HSV170°81°87°
CMYK 0.810.000.14   0.13
XYZ36.105655.922857.6064
Yxy55.92280.24130.3737
Hunter Lab74.7815-44.68546.6743
CIE-Lab79.5699-49.82223.0172

#2addbe color RGB value is (42,221,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011101 10111110
Octal 52 335 276
Decimal 42 221 190
Hex 2A DD BE

RGB Percentages of Color #2addbe

%9.27
%48.79
%41.94

CMYK Percentages of Color #2addbe

%81
%0
%14
%13

Triadic Colors of #2addbe

#2addbe #be2add #ddbe2a

Analogous Colors of #2addbe

#2addbe #2aa3dd #2add65

Monochromatic Colors of #2addbe

#2addbe

Complementary Color

#2addbe #dd2a49

#2addbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2addbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2addbe Color CSS Codes

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

#2addbe Text Font Color

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

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


#2addbe Background Color

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

This div background color is #2addbe


#2addbe Border Color

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

This div border color is #2addbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,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 #2addbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2addbe


Comments

No comments written yet.

Please login to write comment.