Color Hex Logo

#2eaada Color Hex

#2EAADA
(46,170,218)
0 Favorites   0 Comments

Color spaces of #2eaada

RGB 46170218
HSL0.550.700.52
HSV197°79°85°
CMYK 0.790.220.00   0.15
XYZ28.156334.392271.4840
Yxy34.39220.21010.2566
Hunter Lab58.6449-16.9279-31.2190
CIE-Lab65.2727-17.0028-33.6999

#2eaada color RGB value is (46,170,218).

#2eaada hex color red value is 46, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2eaada hue: 0.55 , saturation: 0.70 and the lightness value of 2eaada is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 11011010
Octal 56 252 332
Decimal 46 170 218
Hex 2E AA DA

RGB Percentages of Color #2eaada

%10.60
%39.17
%50.23

CMYK Percentages of Color #2eaada

%79
%22
%0
%15

Triadic Colors of #2eaada

#2eaada #da2eaa #aada2e

Analogous Colors of #2eaada

#2eaada #2e54da #2edab4

Monochromatic Colors of #2eaada

#2eaada

Complementary Color

#2eaada #da5e2e

#2eaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaada Color CSS Codes

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

#2eaada Text Font Color

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

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


#2eaada Background Color

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

This div background color is #2eaada


#2eaada Border Color

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

This div border color is #2eaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaada


Comments

No comments written yet.

Please login to write comment.