Color Hex Logo

#2edefa Color Hex

#2EDEFA
(46,222,250)
0 Favorites   0 Comments

Color spaces of #2edefa

RGB 46222250
HSL0.520.950.58
HSV188°82°98°
CMYK 0.820.110.00   0.02
XYZ44.503359.725599.6251
Yxy59.72550.21830.2930
Hunter Lab77.2823-32.4541-22.3335
CIE-Lab81.6888-32.8135-25.7340

#2edefa color RGB value is (46,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 11011110 11111010
Octal 56 336 372
Decimal 46 222 250
Hex 2E DE FA

RGB Percentages of Color #2edefa

%8.88
%42.86
%48.26

CMYK Percentages of Color #2edefa

%82
%11
%0
%2

Triadic Colors of #2edefa

#2edefa #fa2ede #defa2e

Analogous Colors of #2edefa

#2edefa #2e78fa #2efab0

Monochromatic Colors of #2edefa

#2edefa

Complementary Color

#2edefa #fa4a2e

#2edefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2edefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2edefa Color CSS Codes

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

#2edefa Text Font Color

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

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


#2edefa Background Color

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

This div background color is #2edefa


#2edefa Border Color

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

This div border color is #2edefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2edefa


Comments

No comments written yet.

Please login to write comment.