Color Hex Logo

#2dceab Color Hex

#2DCEAB
(45,206,171)
0 Favorites   0 Comments

Color spaces of #2dceab

RGB 45206171
HSL0.460.640.49
HSV167°78°81°
CMYK 0.780.000.17   0.19
XYZ30.504247.640846.1159
Yxy47.64080.24550.3834
Hunter Lab69.0223-41.90158.7022
CIE-Lab74.5978-48.17876.0065

#2dceab color RGB value is (45,206,171).

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

The process color (four color CMYK) of #2dceab color hex is 0.78, 0.00, 0.17, 0.19. Web safe color of #2dceab is #33cc99. Color #2dceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11001110 10101011
Octal 55 316 253
Decimal 45 206 171
Hex 2D CE AB

RGB Percentages of Color #2dceab

%10.66
%48.82
%40.52

CMYK Percentages of Color #2dceab

%78
%0
%17
%19

Triadic Colors of #2dceab

#2dceab #ab2dce #ceab2d

Analogous Colors of #2dceab

#2dceab #2da1ce #2dce5a

Monochromatic Colors of #2dceab

#2dceab

Complementary Color

#2dceab #ce2d50

#2dceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dceab Color CSS Codes

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

#2dceab Text Font Color

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

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


#2dceab Background Color

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

This div background color is #2dceab


#2dceab Border Color

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

This div border color is #2dceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dceab


Comments

No comments written yet.

Please login to write comment.