Color Hex Logo

#2eedea Color Hex

#2EEDEA
(46,237,234)
0 Favorites   0 Comments

Color spaces of #2eedea

RGB 46237234
HSL0.500.840.55
HSV179°81°93°
CMYK 0.810.000.01   0.07
XYZ46.262267.089788.3532
Yxy67.08970.22940.3326
Hunter Lab81.9083-42.5219-6.6194
CIE-Lab85.5492-44.4043-11.4603

#2eedea color RGB value is (46,237,234).

#2eedea hex color red value is 46, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2eedea hue: 0.50 , saturation: 0.84 and the lightness value of 2eedea is 0.55.

The process color (four color CMYK) of #2eedea color hex is 0.81, 0.00, 0.01, 0.07. Web safe color of #2eedea is #33ffff. Color #2eedea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11101010
Octal 56 355 352
Decimal 46 237 234
Hex 2E ED EA

RGB Percentages of Color #2eedea

%8.90
%45.84
%45.26

CMYK Percentages of Color #2eedea

%81
%0
%1
%7

Triadic Colors of #2eedea

#2eedea #ea2eed #edea2e

Analogous Colors of #2eedea

#2eedea #2e91ed #2eed8b

Monochromatic Colors of #2eedea

#2eedea

Complementary Color

#2eedea #ed2e31

#2eedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedea Color CSS Codes

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

#2eedea Text Font Color

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

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


#2eedea Background Color

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

This div background color is #2eedea


#2eedea Border Color

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

This div border color is #2eedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedea


Comments

No comments written yet.

Please login to write comment.