Color Hex Logo

#2eafd8 Color Hex

#2EAFD8
(46,175,216)
0 Favorites   0 Comments

Color spaces of #2eafd8

RGB 46175216
HSL0.540.690.51
HSV194°79°85°
CMYK 0.790.190.00   0.15
XYZ28.851436.198770.4322
Yxy36.19870.21300.2672
Hunter Lab60.1654-19.6924-27.2917
CIE-Lab66.6715-20.3114-30.4315

#2eafd8 color RGB value is (46,175,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101111 11011000
Octal 56 257 330
Decimal 46 175 216
Hex 2E AF D8

RGB Percentages of Color #2eafd8

%10.53
%40.05
%49.43

CMYK Percentages of Color #2eafd8

%79
%19
%0
%15

Triadic Colors of #2eafd8

#2eafd8 #d82eaf #afd82e

Analogous Colors of #2eafd8

#2eafd8 #2e5ad8 #2ed8ac

Monochromatic Colors of #2eafd8

#2eafd8

Complementary Color

#2eafd8 #d8572e

#2eafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eafd8 Color CSS Codes

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

#2eafd8 Text Font Color

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

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


#2eafd8 Background Color

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

This div background color is #2eafd8


#2eafd8 Border Color

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

This div border color is #2eafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eafd8


Comments

No comments written yet.

Please login to write comment.