Color Hex Logo

#2addbd Color Hex

#2ADDBD
(42,221,189)
0 Favorites   0 Comments

Color spaces of #2addbd

RGB 42221189
HSL0.470.720.52
HSV169°81°87°
CMYK 0.810.000.14   0.13
XYZ35.996655.879357.0327
Yxy55.87930.24170.3753
Hunter Lab74.7525-44.86127.0912
CIE-Lab79.5451-50.08023.5132

#2addbd color RGB value is (42,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011101 10111101
Octal 52 335 275
Decimal 42 221 189
Hex 2A DD BD

RGB Percentages of Color #2addbd

%9.29
%48.89
%41.81

CMYK Percentages of Color #2addbd

%81
%0
%14
%13

Triadic Colors of #2addbd

#2addbd #bd2add #ddbd2a

Analogous Colors of #2addbd

#2addbd #2aa4dd #2add64

Monochromatic Colors of #2addbd

#2addbd

Complementary Color

#2addbd #dd2a4a

#2addbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2addbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2addbd Color CSS Codes

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

#2addbd Text Font Color

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

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


#2addbd Background Color

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

This div background color is #2addbd


#2addbd Border Color

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

This div border color is #2addbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2addbd


Comments

No comments written yet.

Please login to write comment.