Color Hex Logo

#2edddd Color Hex

#2EDDDD
(46,221,221)
0 Favorites   0 Comments

Color spaces of #2edddd

RGB 46221221
HSL0.500.720.52
HSV180°79°87°
CMYK 0.790.000.00   0.13
XYZ40.034357.514277.3979
Yxy57.51420.22880.3288
Hunter Lab75.8381-38.4881-7.4228
CIE-Lab80.4679-41.0086-12.1683

#2edddd color RGB value is (46,221,221).

#2edddd hex color red value is 46, green value is 221 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2edddd hue: 0.50 , saturation: 0.72 and the lightness value of 2edddd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 11011101
Octal 56 335 335
Decimal 46 221 221
Hex 2E DD DD

RGB Percentages of Color #2edddd

%9.43
%45.29
%45.29

CMYK Percentages of Color #2edddd

%79
%0
%0
%13

Triadic Colors of #2edddd

#2edddd #dd2edd #dddd2e

Analogous Colors of #2edddd

#2edddd #2e86dd #2edd86

Monochromatic Colors of #2edddd

#2edddd

Complementary Color

#2edddd #dd2e2e

#2edddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edddd Color CSS Codes

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

#2edddd Text Font Color

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

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


#2edddd Background Color

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

This div background color is #2edddd


#2edddd Border Color

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

This div border color is #2edddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edddd


Comments

No comments written yet.

Please login to write comment.