Color Hex Logo

#2dbeac Color Hex

#2DBEAC
(45,190,172)
0 Favorites   0 Comments

Color spaces of #2dbeac

RGB 45190172
HSL0.480.620.46
HSV173°76°75°
CMYK 0.760.000.09   0.25
XYZ26.942040.363445.4006
Yxy40.36340.23900.3581
Hunter Lab63.5322-35.48512.1034
CIE-Lab69.7276-41.0670-1.6098

#2dbeac color RGB value is (45,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111110 10101100
Octal 55 276 254
Decimal 45 190 172
Hex 2D BE AC

RGB Percentages of Color #2dbeac

%11.06
%46.68
%42.26

CMYK Percentages of Color #2dbeac

%76
%0
%9
%25

Triadic Colors of #2dbeac

#2dbeac #ac2dbe #beac2d

Analogous Colors of #2dbeac

#2dbeac #2d88be #2dbe64

Monochromatic Colors of #2dbeac

#2dbeac

Complementary Color

#2dbeac #be2d3f

#2dbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dbeac Color CSS Codes

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

#2dbeac Text Font Color

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

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


#2dbeac Background Color

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

This div background color is #2dbeac


#2dbeac Border Color

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

This div border color is #2dbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dbeac


Comments

No comments written yet.

Please login to write comment.