Color Hex Logo

#2efefd Color Hex

#2EFEFD
(46,254,253)
0 Favorites   0 Comments

Color spaces of #2efefd

RGB 46254253
HSL0.500.990.59
HSV180°82°100°
CMYK 0.820.000.00   0.00
XYZ54.298178.5563105.2296
Yxy78.55630.22810.3300
Hunter Lab88.6320-45.7526-8.3505
CIE-Lab91.0332-46.4734-13.1977

#2efefd color RGB value is (46,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11111110 11111101
Octal 56 376 375
Decimal 46 254 253
Hex 2E FE FD

RGB Percentages of Color #2efefd

%8.32
%45.93
%45.75

CMYK Percentages of Color #2efefd

%82
%0
%0
%0

Triadic Colors of #2efefd

#2efefd #fd2efe #fefd2e

Analogous Colors of #2efefd

#2efefd #2e97fe #2efe95

Monochromatic Colors of #2efefd

#2efefd

Complementary Color

#2efefd #fe2e2f

#2efefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2efefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2efefd Color CSS Codes

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

#2efefd Text Font Color

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

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


#2efefd Background Color

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

This div background color is #2efefd


#2efefd Border Color

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

This div border color is #2efefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2efefd


Comments

No comments written yet.

Please login to write comment.