Color Hex Logo

#2edecd Color Hex

#2EDECD
(46,222,205)
0 Favorites   0 Comments

Color spaces of #2edecd

RGB 46222205
HSL0.480.730.53
HSV174°79°87°
CMYK 0.790.000.08   0.13
XYZ38.267457.231266.7874
Yxy57.23120.23580.3527
Hunter Lab75.6513-42.09750.6128
CIE-Lab80.3095-45.9226-3.8811

#2edecd color RGB value is (46,222,205).

#2edecd hex color red value is 46, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2edecd hue: 0.48 , saturation: 0.73 and the lightness value of 2edecd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 11001101
Octal 56 336 315
Decimal 46 222 205
Hex 2E DE CD

RGB Percentages of Color #2edecd

%9.73
%46.93
%43.34

CMYK Percentages of Color #2edecd

%79
%0
%8
%13

Triadic Colors of #2edecd

#2edecd #cd2ede #decd2e

Analogous Colors of #2edecd

#2edecd #2e97de #2ede75

Monochromatic Colors of #2edecd

#2edecd

Complementary Color

#2edecd #de2e3f

#2edecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edecd Color CSS Codes

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

#2edecd Text Font Color

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

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


#2edecd Background Color

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

This div background color is #2edecd


#2edecd Border Color

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

This div border color is #2edecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(46,222,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2edecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2edecd;
  -webkit-box-shadow: 1px 1px 3px 2px #2edecd;
  box-shadow:         1px 1px 3px 2px #2edecd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,222,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edecd


Comments

No comments written yet.

Please login to write comment.