Color Hex Logo

#2edafe Color Hex

#2EDAFE
(46,218,254)
0 Favorites   0 Comments

Color spaces of #2edafe

RGB 46218254
HSL0.530.990.59
HSV190°82°100°
CMYK 0.820.140.00   0.00
XYZ44.087557.8794102.6141
Yxy57.87940.21550.2829
Hunter Lab76.0785-29.6966-26.7149
CIE-Lab80.6717-29.6425-29.4102

#2edafe color RGB value is (46,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11111110
Octal 56 332 376
Decimal 46 218 254
Hex 2E DA FE

RGB Percentages of Color #2edafe

%8.88
%42.08
%49.03

CMYK Percentages of Color #2edafe

%82
%14
%0
%0

Triadic Colors of #2edafe

#2edafe #fe2eda #dafe2e

Analogous Colors of #2edafe

#2edafe #2e72fe #2efeba

Monochromatic Colors of #2edafe

#2edafe

Complementary Color

#2edafe #fe522e

#2edafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edafe Color CSS Codes

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

#2edafe Text Font Color

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

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


#2edafe Background Color

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

This div background color is #2edafe


#2edafe Border Color

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

This div border color is #2edafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edafe


Comments

No comments written yet.

Please login to write comment.