Color Hex Logo

#2edada Color Hex

#2EDADA
(46,218,218)
0 Favorites   0 Comments

Color spaces of #2edada

RGB 46218218
HSL0.500.700.52
HSV180°79°85°
CMYK 0.790.000.00   0.15
XYZ38.853055.785675.0496
Yxy55.78560.22900.3288
Hunter Lab74.6898-37.8528-7.2928
CIE-Lab79.4916-40.5238-12.0279

#2edada color RGB value is (46,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11011010
Octal 56 332 332
Decimal 46 218 218
Hex 2E DA DA

RGB Percentages of Color #2edada

%9.54
%45.23
%45.23

CMYK Percentages of Color #2edada

%79
%0
%0
%15

Triadic Colors of #2edada

#2edada #da2eda #dada2e

Analogous Colors of #2edada

#2edada #2e84da #2eda84

Monochromatic Colors of #2edada

#2edada

Complementary Color

#2edada #da2e2e

#2edada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edada Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edada Color CSS Codes

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

#2edada Text Font Color

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

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


#2edada Background Color

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

This div background color is #2edada


#2edada Border Color

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

This div border color is #2edada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edada


Comments

No comments written yet.

Please login to write comment.