Color Hex Logo

#2ee0cb Color Hex

#2EE0CB
(46,224,203)
0 Favorites   0 Comments

Color spaces of #2ee0cb

RGB 46224203
HSL0.480.740.53
HSV173°79°88°
CMYK 0.790.000.09   0.12
XYZ38.561958.203965.7020
Yxy58.20390.23740.3582
Hunter Lab76.2915-43.28642.3437
CIE-Lab80.8520-47.3165-2.0200

#2ee0cb color RGB value is (46,224,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11100000 11001011
Octal 56 340 313
Decimal 46 224 203
Hex 2E E0 CB

RGB Percentages of Color #2ee0cb

%9.73
%47.36
%42.92

CMYK Percentages of Color #2ee0cb

%79
%0
%9
%12

Triadic Colors of #2ee0cb

#2ee0cb #cb2ee0 #e0cb2e

Analogous Colors of #2ee0cb

#2ee0cb #2e9ce0 #2ee072

Monochromatic Colors of #2ee0cb

#2ee0cb

Complementary Color

#2ee0cb #e02e43

#2ee0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee0cb Color CSS Codes

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

#2ee0cb Text Font Color

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

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


#2ee0cb Background Color

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

This div background color is #2ee0cb


#2ee0cb Border Color

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

This div border color is #2ee0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee0cb


Comments

No comments written yet.

Please login to write comment.