Color Hex Logo

#2eddca Color Hex

#2EDDCA
(46,221,202)
0 Favorites   0 Comments

Color spaces of #2eddca

RGB 46221202
HSL0.480.720.52
HSV173°79°87°
CMYK 0.790.000.09   0.13
XYZ37.643856.558064.8099
Yxy56.55800.23670.3557
Hunter Lab75.2051-42.26091.5488
CIE-Lab79.9303-46.3050-2.8407

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 11001010
Octal 56 335 312
Decimal 46 221 202
Hex 2E DD CA

RGB Percentages of Color #2eddca

%9.81
%47.12
%43.07

CMYK Percentages of Color #2eddca

%79
%0
%9
%13

Triadic Colors of #2eddca

#2eddca #ca2edd #ddca2e

Analogous Colors of #2eddca

#2eddca #2e99dd #2edd73

Monochromatic Colors of #2eddca

#2eddca

Complementary Color

#2eddca #dd2e41

#2eddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eddca Color CSS Codes

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

#2eddca Text Font Color

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

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


#2eddca Background Color

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

This div background color is #2eddca


#2eddca Border Color

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

This div border color is #2eddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eddca


Comments

No comments written yet.

Please login to write comment.