Color Hex Logo

#4ebbad Color Hex

#4EBBAD
(78,187,173)
0 Favorites   0 Comments

Color spaces of #4ebbad

RGB 78187173
HSL0.480.440.52
HSV172°58°73°
CMYK 0.580.000.07   0.27
XYZ28.455040.177545.7905
Yxy40.17750.24870.3511
Hunter Lab63.3857-30.79311.5383
CIE-Lab69.5958-34.4622-2.2636

#4ebbad color RGB value is (78,187,173).

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

The process color (four color CMYK) of #4ebbad color hex is 0.58, 0.00, 0.07, 0.27. Web safe color of #4ebbad is #66cc99. Color #4ebbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 10101101
Octal 116 273 255
Decimal 78 187 173
Hex 4E BB AD

RGB Percentages of Color #4ebbad

%17.81
%42.69
%39.50

CMYK Percentages of Color #4ebbad

%58
%0
%7
%27

Triadic Colors of #4ebbad

#4ebbad #ad4ebb #bbad4e

Analogous Colors of #4ebbad

#4ebbad #4e93bb #4ebb77

Monochromatic Colors of #4ebbad

#4ebbad

Complementary Color

#4ebbad #bb4e5c

#4ebbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbad Color CSS Codes

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

#4ebbad Text Font Color

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

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


#4ebbad Background Color

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

This div background color is #4ebbad


#4ebbad Border Color

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

This div border color is #4ebbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbad


Comments

No comments written yet.

Please login to write comment.