Color Hex Logo

#2dbeab Color Hex

#2DBEAB
(45,190,171)
0 Favorites   0 Comments

Color spaces of #2dbeab

RGB 45190171
HSL0.480.620.46
HSV172°76°75°
CMYK 0.760.000.10   0.25
XYZ26.846340.325144.8966
Yxy40.32510.23960.3598
Hunter Lab63.5020-35.66542.5328
CIE-Lab69.7005-41.3395-1.1017

#2dbeab color RGB value is (45,190,171).

#2dbeab hex color red value is 45, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #2dbeab hue: 0.48 , saturation: 0.62 and the lightness value of 2dbeab is 0.46.

The process color (four color CMYK) of #2dbeab color hex is 0.76, 0.00, 0.10, 0.25. Web safe color of #2dbeab is #33cc99. Color #2dbeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111110 10101011
Octal 55 276 253
Decimal 45 190 171
Hex 2D BE AB

RGB Percentages of Color #2dbeab

%11.08
%46.80
%42.12

CMYK Percentages of Color #2dbeab

%76
%0
%10
%25

Triadic Colors of #2dbeab

#2dbeab #ab2dbe #beab2d

Analogous Colors of #2dbeab

#2dbeab #2d89be #2dbe63

Monochromatic Colors of #2dbeab

#2dbeab

Complementary Color

#2dbeab #be2d40

#2dbeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dbeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dbeab Color CSS Codes

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

#2dbeab Text Font Color

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

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


#2dbeab Background Color

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

This div background color is #2dbeab


#2dbeab Border Color

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

This div border color is #2dbeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dbeab


Comments

No comments written yet.

Please login to write comment.