Color Hex Logo

#2edcca Color Hex

#2EDCCA
(46,220,202)
0 Favorites   0 Comments

Color spaces of #2edcca

RGB 46220202
HSL0.480.710.52
HSV174°79°86°
CMYK 0.790.000.08   0.14
XYZ37.380656.031564.7221
Yxy56.03150.23640.3543
Hunter Lab74.8542-41.85571.1333
CIE-Lab79.6317-45.8757-3.2795

#2edcca color RGB value is (46,220,202).

#2edcca hex color red value is 46, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #2edcca hue: 0.48 , saturation: 0.71 and the lightness value of 2edcca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11001010
Octal 56 334 312
Decimal 46 220 202
Hex 2E DC CA

RGB Percentages of Color #2edcca

%9.83
%47.01
%43.16

CMYK Percentages of Color #2edcca

%79
%0
%8
%14

Triadic Colors of #2edcca

#2edcca #ca2edc #dcca2e

Analogous Colors of #2edcca

#2edcca #2e97dc #2edc73

Monochromatic Colors of #2edcca

#2edcca

Complementary Color

#2edcca #dc2e40

#2edcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcca Color CSS Codes

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

#2edcca Text Font Color

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

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


#2edcca Background Color

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

This div background color is #2edcca


#2edcca Border Color

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

This div border color is #2edcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcca


Comments

No comments written yet.

Please login to write comment.