Color Hex Logo

#2eacd2 Color Hex

#2EACD2
(46,172,210)
0 Favorites   0 Comments

Color spaces of #2eacd2

RGB 46172210
HSL0.540.650.50
HSV194°78°82°
CMYK 0.780.180.00   0.18
XYZ27.512134.739066.2280
Yxy34.73900.21410.2704
Hunter Lab58.9398-19.8239-25.3636
CIE-Lab65.5450-20.7379-28.8613

#2eacd2 color RGB value is (46,172,210).

#2eacd2 hex color red value is 46, green value is 172 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #2eacd2 hue: 0.54 , saturation: 0.65 and the lightness value of 2eacd2 is 0.50.

The process color (four color CMYK) of #2eacd2 color hex is 0.78, 0.18, 0.00, 0.18. Web safe color of #2eacd2 is #3399cc. Color #2eacd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11010010
Octal 56 254 322
Decimal 46 172 210
Hex 2E AC D2

RGB Percentages of Color #2eacd2

%10.75
%40.19
%49.07

CMYK Percentages of Color #2eacd2

%78
%18
%0
%18

Triadic Colors of #2eacd2

#2eacd2 #d22eac #acd22e

Analogous Colors of #2eacd2

#2eacd2 #2e5ad2 #2ed2a6

Monochromatic Colors of #2eacd2

#2eacd2

Complementary Color

#2eacd2 #d2542e

#2eacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacd2 Color CSS Codes

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

#2eacd2 Text Font Color

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

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


#2eacd2 Background Color

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

This div background color is #2eacd2


#2eacd2 Border Color

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

This div border color is #2eacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacd2


Comments

No comments written yet.

Please login to write comment.