Color Hex Logo

#2eddfb Color Hex

#2EDDFB
(46,221,251)
0 Favorites   0 Comments

Color spaces of #2eddfb

RGB 46221251
HSL0.520.960.58
HSV189°82°98°
CMYK 0.820.120.00   0.02
XYZ44.395859.2588100.3650
Yxy59.25880.21760.2905
Hunter Lab76.9797-31.7699-23.4156
CIE-Lab81.4336-32.0267-26.6533

#2eddfb color RGB value is (46,221,251).

#2eddfb hex color red value is 46, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2eddfb hue: 0.52 , saturation: 0.96 and the lightness value of 2eddfb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011101 11111011
Octal 56 335 373
Decimal 46 221 251
Hex 2E DD FB

RGB Percentages of Color #2eddfb

%8.88
%42.66
%48.46

CMYK Percentages of Color #2eddfb

%82
%12
%0
%2

Triadic Colors of #2eddfb

#2eddfb #fb2edd #ddfb2e

Analogous Colors of #2eddfb

#2eddfb #2e77fb #2efbb3

Monochromatic Colors of #2eddfb

#2eddfb

Complementary Color

#2eddfb #fb4c2e

#2eddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eddfb Color CSS Codes

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

#2eddfb Text Font Color

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

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


#2eddfb Background Color

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

This div background color is #2eddfb


#2eddfb Border Color

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

This div border color is #2eddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eddfb


Comments

No comments written yet.

Please login to write comment.