Color Hex Logo

#2edfcd Color Hex

#2EDFCD
(46,223,205)
0 Favorites   0 Comments

Color spaces of #2edfcd

RGB 46223205
HSL0.480.730.53
HSV174°79°87°
CMYK 0.790.000.08   0.13
XYZ38.533857.764066.8762
Yxy57.76400.23620.3540
Hunter Lab76.0026-42.50401.0314
CIE-Lab80.6074-46.3521-3.4427

#2edfcd color RGB value is (46,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011111 11001101
Octal 56 337 315
Decimal 46 223 205
Hex 2E DF CD

RGB Percentages of Color #2edfcd

%9.70
%47.05
%43.25

CMYK Percentages of Color #2edfcd

%79
%0
%8
%13

Triadic Colors of #2edfcd

#2edfcd #cd2edf #dfcd2e

Analogous Colors of #2edfcd

#2edfcd #2e99df #2edf75

Monochromatic Colors of #2edfcd

#2edfcd

Complementary Color

#2edfcd #df2e40

#2edfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edfcd Color CSS Codes

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

#2edfcd Text Font Color

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

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


#2edfcd Background Color

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

This div background color is #2edfcd


#2edfcd Border Color

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

This div border color is #2edfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edfcd


Comments

No comments written yet.

Please login to write comment.