Color Hex Logo

#2eadce Color Hex

#2EADCE
(46,173,206)
0 Favorites   0 Comments

Color spaces of #2eadce

RGB 46173206
HSL0.530.630.49
HSV192°78°81°
CMYK 0.780.160.00   0.19
XYZ27.210934.924263.6994
Yxy34.92420.21620.2775
Hunter Lab59.0967-21.2294-22.5401
CIE-Lab65.6896-22.5729-26.4273

#2eadce color RGB value is (46,173,206).

#2eadce hex color red value is 46, green value is 173 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2eadce hue: 0.53 , saturation: 0.63 and the lightness value of 2eadce is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 11001110
Octal 56 255 316
Decimal 46 173 206
Hex 2E AD CE

RGB Percentages of Color #2eadce

%10.82
%40.71
%48.47

CMYK Percentages of Color #2eadce

%78
%16
%0
%19

Triadic Colors of #2eadce

#2eadce #ce2ead #adce2e

Analogous Colors of #2eadce

#2eadce #2e5dce #2ece9f

Monochromatic Colors of #2eadce

#2eadce

Complementary Color

#2eadce #ce4f2e

#2eadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadce Color CSS Codes

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

#2eadce Text Font Color

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

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


#2eadce Background Color

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

This div background color is #2eadce


#2eadce Border Color

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

This div border color is #2eadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadce


Comments

No comments written yet.

Please login to write comment.