Color Hex Logo

#2eadcc Color Hex

#2EADCC
(46,173,204)
0 Favorites   0 Comments

Color spaces of #2eadcc

RGB 46173204
HSL0.530.630.49
HSV192°77°80°
CMYK 0.770.150.00   0.20
XYZ26.969434.827662.4277
Yxy34.82760.21710.2804
Hunter Lab59.0149-21.7029-21.4083
CIE-Lab65.6142-23.2257-25.4366

#2eadcc color RGB value is (46,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 11001100
Octal 56 255 314
Decimal 46 173 204
Hex 2E AD CC

RGB Percentages of Color #2eadcc

%10.87
%40.90
%48.23

CMYK Percentages of Color #2eadcc

%77
%15
%0
%20

Triadic Colors of #2eadcc

#2eadcc #cc2ead #adcc2e

Analogous Colors of #2eadcc

#2eadcc #2e5ecc #2ecc9c

Monochromatic Colors of #2eadcc

#2eadcc

Complementary Color

#2eadcc #cc4d2e

#2eadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadcc Color CSS Codes

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

#2eadcc Text Font Color

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

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


#2eadcc Background Color

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

This div background color is #2eadcc


#2eadcc Border Color

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

This div border color is #2eadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadcc


Comments

No comments written yet.

Please login to write comment.