Color Hex Logo

#2eedfd Color Hex

#2EEDFD
(46,237,253)
0 Favorites   0 Comments

Color spaces of #2eedfd

RGB 46237253
HSL0.510.980.59
HSV185°82°99°
CMYK 0.820.060.00   0.01
XYZ49.140568.2411103.5104
Yxy68.24110.22250.3089
Hunter Lab82.6082-38.3814-16.4663
CIE-Lab86.1269-38.9009-20.5740

#2eedfd color RGB value is (46,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11101101 11111101
Octal 56 355 375
Decimal 46 237 253
Hex 2E ED FD

RGB Percentages of Color #2eedfd

%8.58
%44.22
%47.20

CMYK Percentages of Color #2eedfd

%82
%6
%0
%1

Triadic Colors of #2eedfd

#2eedfd #fd2eed #edfd2e

Analogous Colors of #2eedfd

#2eedfd #2e86fd #2efda6

Monochromatic Colors of #2eedfd

#2eedfd

Complementary Color

#2eedfd #fd3e2e

#2eedfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eedfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eedfd Color CSS Codes

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

#2eedfd Text Font Color

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

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


#2eedfd Background Color

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

This div background color is #2eedfd


#2eedfd Border Color

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

This div border color is #2eedfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(46,237,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 #2eedfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eedfd


Comments

No comments written yet.

Please login to write comment.