Color Hex Logo

#4ebdae Color Hex

#4EBDAE
(78,189,174)
1 Favorites   0 Comments

Color spaces of #4ebdae

RGB 78189174
HSL0.480.460.52
HSV172°59°74°
CMYK 0.590.000.08   0.26
XYZ28.979541.070946.4445
Yxy41.07090.24880.3526
Hunter Lab64.0866-31.43511.8923
CIE-Lab70.2256-35.1342-1.8878

#4ebdae color RGB value is (78,189,174).

#4ebdae hex color red value is 78, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4ebdae hue: 0.48 , saturation: 0.46 and the lightness value of 4ebdae is 0.52.

The process color (four color CMYK) of #4ebdae color hex is 0.59, 0.00, 0.08, 0.26. Web safe color of #4ebdae is #66cc99. Color #4ebdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 10101110
Octal 116 275 256
Decimal 78 189 174
Hex 4E BD AE

RGB Percentages of Color #4ebdae

%17.69
%42.86
%39.46

CMYK Percentages of Color #4ebdae

%59
%0
%8
%26

Triadic Colors of #4ebdae

#4ebdae #ae4ebd #bdae4e

Analogous Colors of #4ebdae

#4ebdae #4e95bd #4ebd77

Monochromatic Colors of #4ebdae

#4ebdae

Complementary Color

#4ebdae #bd4e5d

#4ebdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdae Color CSS Codes

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

#4ebdae Text Font Color

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

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


#4ebdae Background Color

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

This div background color is #4ebdae


#4ebdae Border Color

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

This div border color is #4ebdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebdae

#4ebdae Color Palettes


Comments

No comments written yet.

Please login to write comment.