Color Hex Logo

#4eadae Color Hex

#4EADAE
(78,173,174)
0 Favorites   0 Comments

Color spaces of #4eadae

RGB 78173174
HSL0.500.380.49
HSV181°55°68°
CMYK 0.550.010.00   0.32
XYZ25.725434.562845.3598
Yxy34.56280.24350.3272
Hunter Lab58.7901-24.7747-4.5924
CIE-Lab65.4069-27.4634-9.0146

#4eadae color RGB value is (78,173,174).

#4eadae hex color red value is 78, green value is 173 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4eadae hue: 0.50 , saturation: 0.38 and the lightness value of 4eadae is 0.49.

The process color (four color CMYK) of #4eadae color hex is 0.55, 0.01, 0.00, 0.32. Web safe color of #4eadae is #669999. Color #4eadae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 10101110
Octal 116 255 256
Decimal 78 173 174
Hex 4E AD AE

RGB Percentages of Color #4eadae

%18.35
%40.71
%40.94

CMYK Percentages of Color #4eadae

%55
%1
%0
%32

Triadic Colors of #4eadae

#4eadae #ae4ead #adae4e

Analogous Colors of #4eadae

#4eadae #4e7dae #4eae7f

Monochromatic Colors of #4eadae

#4eadae

Complementary Color

#4eadae #ae4f4e

#4eadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadae Color CSS Codes

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

#4eadae Text Font Color

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

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


#4eadae Background Color

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

This div background color is #4eadae


#4eadae Border Color

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

This div border color is #4eadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadae


Comments

No comments written yet.

Please login to write comment.