Color Hex Logo

#2eacdc Color Hex

#2EACDC
(46,172,220)
0 Favorites   0 Comments

Color spaces of #2eacdc

RGB 46172220
HSL0.550.710.52
HSV197°79°86°
CMYK 0.790.220.00   0.14
XYZ28.797535.253272.9969
Yxy35.25320.21010.2572
Hunter Lab59.3744-17.3300-31.3310
CIE-Lab65.9453-17.3909-33.7580

#2eacdc color RGB value is (46,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101100 11011100
Octal 56 254 334
Decimal 46 172 220
Hex 2E AC DC

RGB Percentages of Color #2eacdc

%10.50
%39.27
%50.23

CMYK Percentages of Color #2eacdc

%79
%22
%0
%14

Triadic Colors of #2eacdc

#2eacdc #dc2eac #acdc2e

Analogous Colors of #2eacdc

#2eacdc #2e55dc #2edcb5

Monochromatic Colors of #2eacdc

#2eacdc

Complementary Color

#2eacdc #dc5e2e

#2eacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eacdc Color CSS Codes

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

#2eacdc Text Font Color

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

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


#2eacdc Background Color

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

This div background color is #2eacdc


#2eacdc Border Color

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

This div border color is #2eacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eacdc


Comments

No comments written yet.

Please login to write comment.