Color Hex Logo

#2adbbd Color Hex

#2ADBBD
(42,219,189)
0 Favorites   0 Comments

Color spaces of #2adbbd

RGB 42219189
HSL0.470.710.51
HSV170°81°86°
CMYK 0.810.000.14   0.14
XYZ35.471754.829456.8577
Yxy54.82940.24100.3726
Hunter Lab74.0469-44.07276.3063
CIE-Lab78.9429-49.25152.6401

#2adbbd color RGB value is (42,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011011 10111101
Octal 52 333 275
Decimal 42 219 189
Hex 2A DB BD

RGB Percentages of Color #2adbbd

%9.33
%48.67
%42.00

CMYK Percentages of Color #2adbbd

%81
%0
%14
%14

Triadic Colors of #2adbbd

#2adbbd #bd2adb #dbbd2a

Analogous Colors of #2adbbd

#2adbbd #2aa1db #2adb65

Monochromatic Colors of #2adbbd

#2adbbd

Complementary Color

#2adbbd #db2a48

#2adbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2adbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2adbbd Color CSS Codes

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

#2adbbd Text Font Color

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

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


#2adbbd Background Color

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

This div background color is #2adbbd


#2adbbd Border Color

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

This div border color is #2adbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2adbbd


Comments

No comments written yet.

Please login to write comment.