Color Hex Logo

#2efdff Color Hex

#2EFDFF
(46,253,255)
1 Favorites   0 Comments

Color spaces of #2efdff

RGB 46253255
HSL0.501.000.59
HSV181°82°100°
CMYK 0.820.010.00   0.00
XYZ54.302078.0514106.8112
Yxy78.05140.22700.3264
Hunter Lab88.3467-44.8923-9.8389
CIE-Lab90.8034-45.4729-14.5796

#2efdff color RGB value is (46,253,255).

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

The process color (four color CMYK) of #2efdff color hex is 0.82, 0.01, 0.00, 0.00. Web safe color of #2efdff is #33ffff. Color #2efdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111101 11111111
Octal 56 375 377
Decimal 46 253 255
Hex 2E FD FF

RGB Percentages of Color #2efdff

%8.30
%45.67
%46.03

CMYK Percentages of Color #2efdff

%82
%1
%0
%0

Triadic Colors of #2efdff

#2efdff #ff2efd #fdff2e

Analogous Colors of #2efdff

#2efdff #2e95ff #2eff99

Monochromatic Colors of #2efdff

#2efdff

Complementary Color

#2efdff #ff302e

#2efdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efdff Color CSS Codes

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

#2efdff Text Font Color

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

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


#2efdff Background Color

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

This div background color is #2efdff


#2efdff Border Color

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

This div border color is #2efdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efdff

Related Colors


Comments

No comments written yet.

Please login to write comment.