Color Hex Logo

#4eadc1 Color Hex

#4EADC1
(78,173,193)
0 Favorites   0 Comments

Color spaces of #4eadc1

RGB 78173193
HSL0.530.480.53
HSV190°60°76°
CMYK 0.600.100.00   0.24
XYZ27.711135.357155.8162
Yxy35.35710.23310.2974
Hunter Lab59.4618-20.8716-14.0316
CIE-Lab66.0257-22.0148-18.6414

#4eadc1 color RGB value is (78,173,193).

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

The process color (four color CMYK) of #4eadc1 color hex is 0.60, 0.10, 0.00, 0.24. Web safe color of #4eadc1 is #6699cc. Color #4eadc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11000001
Octal 116 255 301
Decimal 78 173 193
Hex 4E AD C1

RGB Percentages of Color #4eadc1

%17.57
%38.96
%43.47

CMYK Percentages of Color #4eadc1

%60
%10
%0
%24

Triadic Colors of #4eadc1

#4eadc1 #c14ead #adc14e

Analogous Colors of #4eadc1

#4eadc1 #4e74c1 #4ec19c

Monochromatic Colors of #4eadc1

#4eadc1

Complementary Color

#4eadc1 #c1624e

#4eadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadc1 Color CSS Codes

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

#4eadc1 Text Font Color

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

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


#4eadc1 Background Color

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

This div background color is #4eadc1


#4eadc1 Border Color

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

This div border color is #4eadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadc1


Comments

No comments written yet.

Please login to write comment.