Color Hex Logo

#2ee9cf Color Hex

#2EE9CF
(46,233,207)
0 Favorites   0 Comments

Color spaces of #2ee9cf

RGB 46233207
HSL0.480.810.55
HSV172°80°91°
CMYK 0.800.000.11   0.09
XYZ41.528163.363769.0731
Yxy63.36370.23870.3642
Hunter Lab79.6013-46.17874.2727
CIE-Lab83.6334-50.0479-0.0670

#2ee9cf color RGB value is (46,233,207).

#2ee9cf hex color red value is 46, green value is 233 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2ee9cf hue: 0.48 , saturation: 0.81 and the lightness value of 2ee9cf is 0.55.

The process color (four color CMYK) of #2ee9cf color hex is 0.80, 0.00, 0.11, 0.09. Web safe color of #2ee9cf is #33ffcc. Color #2ee9cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101001 11001111
Octal 56 351 317
Decimal 46 233 207
Hex 2E E9 CF

RGB Percentages of Color #2ee9cf

%9.47
%47.94
%42.59

CMYK Percentages of Color #2ee9cf

%80
%0
%11
%9

Triadic Colors of #2ee9cf

#2ee9cf #cf2ee9 #e9cf2e

Analogous Colors of #2ee9cf

#2ee9cf #2ea6e9 #2ee972

Monochromatic Colors of #2ee9cf

#2ee9cf

Complementary Color

#2ee9cf #e92e48

#2ee9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ee9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ee9cf Color CSS Codes

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

#2ee9cf Text Font Color

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

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


#2ee9cf Background Color

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

This div background color is #2ee9cf


#2ee9cf Border Color

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

This div border color is #2ee9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ee9cf


Comments

No comments written yet.

Please login to write comment.