Color Hex Logo

#4eadcc Color Hex

#4EADCC
(78,173,204)
0 Favorites   0 Comments

Color spaces of #4eadcc

RGB 78173204
HSL0.540.550.55
HSV195°62°80°
CMYK 0.620.150.00   0.20
XYZ28.984535.866562.5220
Yxy35.86650.22760.2816
Hunter Lab59.8886-18.4159-19.9750
CIE-Lab66.4178-18.7021-24.1348

#4eadcc color RGB value is (78,173,204).

#4eadcc hex color red value is 78, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4eadcc hue: 0.54 , saturation: 0.55 and the lightness value of 4eadcc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11001100
Octal 116 255 314
Decimal 78 173 204
Hex 4E AD CC

RGB Percentages of Color #4eadcc

%17.14
%38.02
%44.84

CMYK Percentages of Color #4eadcc

%62
%15
%0
%20

Triadic Colors of #4eadcc

#4eadcc #cc4ead #adcc4e

Analogous Colors of #4eadcc

#4eadcc #4e6ecc #4eccac

Monochromatic Colors of #4eadcc

#4eadcc

Complementary Color

#4eadcc #cc6d4e

#4eadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadcc Color CSS Codes

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

#4eadcc Text Font Color

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

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


#4eadcc Background Color

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

This div background color is #4eadcc


#4eadcc Border Color

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

This div border color is #4eadcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,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 #4eadcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadcc


Comments

No comments written yet.

Please login to write comment.