Color Hex Logo

#4edacb Color Hex

#4EDACB
(78,218,203)
0 Favorites   0 Comments

Color spaces of #4edacb

RGB 78218203
HSL0.480.650.58
HSV174°64°85°
CMYK 0.640.000.07   0.15
XYZ38.992856.074365.2682
Yxy56.07430.24320.3497
Hunter Lab74.8828-38.09670.7405
CIE-Lab79.6561-40.7880-3.7092

#4edacb color RGB value is (78,218,203).

#4edacb hex color red value is 78, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4edacb hue: 0.48 , saturation: 0.65 and the lightness value of 4edacb is 0.58.

The process color (four color CMYK) of #4edacb color hex is 0.64, 0.00, 0.07, 0.15. Web safe color of #4edacb is #66cccc. Color #4edacb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 11001011
Octal 116 332 313
Decimal 78 218 203
Hex 4E DA CB

RGB Percentages of Color #4edacb

%15.63
%43.69
%40.68

CMYK Percentages of Color #4edacb

%64
%0
%7
%15

Triadic Colors of #4edacb

#4edacb #cb4eda #dacb4e

Analogous Colors of #4edacb

#4edacb #4ea3da #4eda85

Monochromatic Colors of #4edacb

#4edacb

Complementary Color

#4edacb #da4e5d

#4edacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edacb Color CSS Codes

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

#4edacb Text Font Color

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

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


#4edacb Background Color

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

This div background color is #4edacb


#4edacb Border Color

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

This div border color is #4edacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edacb


Comments

No comments written yet.

Please login to write comment.