Color Hex Logo

#2eddff Color Hex

#2EDDFF
(46,221,255)
0 Favorites   0 Comments

Color spaces of #2eddff

RGB 46221255
HSL0.531.000.59
HSV190°82°100°
CMYK 0.820.130.00   0.00
XYZ45.033259.5137103.7215
Yxy59.51370.21620.2858
Hunter Lab77.1451-30.8052-25.7137
CIE-Lab81.5731-30.7802-28.5589

#2eddff color RGB value is (46,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 11111111
Octal 56 335 377
Decimal 46 221 255
Hex 2E DD FF

RGB Percentages of Color #2eddff

%8.81
%42.34
%48.85

CMYK Percentages of Color #2eddff

%82
%13
%0
%0

Triadic Colors of #2eddff

#2eddff #ff2edd #ddff2e

Analogous Colors of #2eddff

#2eddff #2e75ff #2effb9

Monochromatic Colors of #2eddff

#2eddff

Complementary Color

#2eddff #ff502e

#2eddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eddff Color CSS Codes

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

#2eddff Text Font Color

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

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


#2eddff Background Color

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

This div background color is #2eddff


#2eddff Border Color

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

This div border color is #2eddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eddff


Comments

No comments written yet.

Please login to write comment.