Color Hex Logo

#2efdfb Color Hex

#2EFDFB
(46,253,251)
0 Favorites   0 Comments

Color spaces of #2efdfb

RGB 46253251
HSL0.500.980.59
HSV179°82°99°
CMYK 0.820.000.01   0.01
XYZ53.664677.7964103.4546
Yxy77.79640.22840.3312
Hunter Lab88.2023-45.7498-7.8011
CIE-Lab90.6869-46.6008-12.6765

#2efdfb color RGB value is (46,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111101 11111011
Octal 56 375 373
Decimal 46 253 251
Hex 2E FD FB

RGB Percentages of Color #2efdfb

%8.36
%46.00
%45.64

CMYK Percentages of Color #2efdfb

%82
%0
%1
%1

Triadic Colors of #2efdfb

#2efdfb #fb2efd #fdfb2e

Analogous Colors of #2efdfb

#2efdfb #2e98fd #2efd94

Monochromatic Colors of #2efdfb

#2efdfb

Complementary Color

#2efdfb #fd2e30

#2efdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efdfb Color CSS Codes

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

#2efdfb Text Font Color

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

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


#2efdfb Background Color

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

This div background color is #2efdfb


#2efdfb Border Color

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

This div border color is #2efdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.