Color Hex Logo

#2effdb Color Hex

#2EFFDB
(46,255,219)
0 Favorites   0 Comments

Color spaces of #2effdb

RGB 46255219
HSL0.471.000.59
HSV170°82°100°
CMYK 0.820.000.14   0.00
XYZ49.672977.215379.3038
Yxy77.21530.24090.3745
Hunter Lab87.8722-52.87308.0019
CIE-Lab90.4206-55.96443.5382

#2effdb color RGB value is (46,255,219).

#2effdb hex color red value is 46, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2effdb hue: 0.47 , saturation: 1.00 and the lightness value of 2effdb is 0.59.

The process color (four color CMYK) of #2effdb color hex is 0.82, 0.00, 0.14, 0.00. Web safe color of #2effdb is #33ffcc. Color #2effdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111111 11011011
Octal 56 377 333
Decimal 46 255 219
Hex 2E FF DB

RGB Percentages of Color #2effdb

%8.85
%49.04
%42.12

CMYK Percentages of Color #2effdb

%82
%0
%14
%0

Triadic Colors of #2effdb

#2effdb #db2eff #ffdb2e

Analogous Colors of #2effdb

#2effdb #2ebbff #2eff73

Monochromatic Colors of #2effdb

#2effdb

Complementary Color

#2effdb #ff2e52

#2effdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2effdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2effdb Color CSS Codes

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

#2effdb Text Font Color

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

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


#2effdb Background Color

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

This div background color is #2effdb


#2effdb Border Color

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

This div border color is #2effdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2effdb


Comments

No comments written yet.

Please login to write comment.