Color Hex Logo

#2eafde Color Hex

#2EAFDE
(46,175,222)
0 Favorites   0 Comments

Color spaces of #2eafde

RGB 46175222
HSL0.540.730.53
HSV196°79°87°
CMYK 0.790.210.00   0.13
XYZ29.641536.514774.5930
Yxy36.51470.21060.2594
Hunter Lab60.4274-18.1882-30.8898
CIE-Lab66.9113-18.3055-33.3590

#2eafde color RGB value is (46,175,222).

#2eafde hex color red value is 46, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #2eafde hue: 0.54 , saturation: 0.73 and the lightness value of 2eafde is 0.53.

The process color (four color CMYK) of #2eafde color hex is 0.79, 0.21, 0.00, 0.13. Web safe color of #2eafde is #3399cc. Color #2eafde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101111 11011110
Octal 56 257 336
Decimal 46 175 222
Hex 2E AF DE

RGB Percentages of Color #2eafde

%10.38
%39.50
%50.11

CMYK Percentages of Color #2eafde

%79
%21
%0
%13

Triadic Colors of #2eafde

#2eafde #de2eaf #afde2e

Analogous Colors of #2eafde

#2eafde #2e57de #2edeb5

Monochromatic Colors of #2eafde

#2eafde

Complementary Color

#2eafde #de5d2e

#2eafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eafde Color CSS Codes

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

#2eafde Text Font Color

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

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


#2eafde Background Color

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

This div background color is #2eafde


#2eafde Border Color

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

This div border color is #2eafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eafde


Comments

No comments written yet.

Please login to write comment.