Color Hex Logo

#2edcfe Color Hex

#2EDCFE
(46,220,254)
0 Favorites   0 Comments

Color spaces of #2edcfe

RGB 46220254
HSL0.530.990.59
HSV190°82°100°
CMYK 0.820.130.00   0.00
XYZ44.609358.9230102.7881
Yxy58.92300.21620.2856
Hunter Lab76.7613-30.5983-25.6600
CIE-Lab81.2493-30.6110-28.5252

#2edcfe color RGB value is (46,220,254).

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

The process color (four color CMYK) of #2edcfe color hex is 0.82, 0.13, 0.00, 0.00. Web safe color of #2edcfe is #33ccff. Color #2edcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011100 11111110
Octal 56 334 376
Decimal 46 220 254
Hex 2E DC FE

RGB Percentages of Color #2edcfe

%8.85
%42.31
%48.85

CMYK Percentages of Color #2edcfe

%82
%13
%0
%0

Triadic Colors of #2edcfe

#2edcfe #fe2edc #dcfe2e

Analogous Colors of #2edcfe

#2edcfe #2e74fe #2efeb8

Monochromatic Colors of #2edcfe

#2edcfe

Complementary Color

#2edcfe #fe502e

#2edcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edcfe Color CSS Codes

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

#2edcfe Text Font Color

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

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


#2edcfe Background Color

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

This div background color is #2edcfe


#2edcfe Border Color

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

This div border color is #2edcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edcfe


Comments

No comments written yet.

Please login to write comment.