Color Hex Logo

#2edaff Color Hex

#2EDAFF
(46,218,255)
0 Favorites   0 Comments

Color spaces of #2edaff

RGB 46218255
HSL0.531.000.59
HSV191°82°100°
CMYK 0.820.150.00   0.00
XYZ44.248157.9436103.4599
Yxy57.94360.21520.2818
Hunter Lab76.1207-29.4512-27.2999
CIE-Lab80.7074-29.3271-29.8859

#2edaff color RGB value is (46,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011010 11111111
Octal 56 332 377
Decimal 46 218 255
Hex 2E DA FF

RGB Percentages of Color #2edaff

%8.86
%42.00
%49.13

CMYK Percentages of Color #2edaff

%82
%15
%0
%0

Triadic Colors of #2edaff

#2edaff #ff2eda #daff2e

Analogous Colors of #2edaff

#2edaff #2e72ff #2effbc

Monochromatic Colors of #2edaff

#2edaff

Complementary Color

#2edaff #ff532e

#2edaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edaff Color CSS Codes

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

#2edaff Text Font Color

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

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


#2edaff Background Color

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

This div background color is #2edaff


#2edaff Border Color

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

This div border color is #2edaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edaff

Related Colors


Comments

No comments written yet.

Please login to write comment.