Color Hex Logo

#4eddbc Color Hex

#4EDDBC
(78,221,188)
0 Favorites   0 Comments

Color spaces of #4eddbc

RGB 78221188
HSL0.460.680.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.075456.963456.5652
Yxy56.96340.25120.3757
Hunter Lab75.4741-42.02958.3961
CIE-Lab80.1590-45.89265.0135

#4eddbc color RGB value is (78,221,188).

#4eddbc hex color red value is 78, green value is 221 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4eddbc hue: 0.46 , saturation: 0.68 and the lightness value of 4eddbc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 10111100
Octal 116 335 274
Decimal 78 221 188
Hex 4E DD BC

RGB Percentages of Color #4eddbc

%16.02
%45.38
%38.60

CMYK Percentages of Color #4eddbc

%65
%0
%15
%13

Triadic Colors of #4eddbc

#4eddbc #bc4edd #ddbc4e

Analogous Colors of #4eddbc

#4eddbc #4eb7dd #4edd75

Monochromatic Colors of #4eddbc

#4eddbc

Complementary Color

#4eddbc #dd4e6f

#4eddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddbc Color CSS Codes

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

#4eddbc Text Font Color

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

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


#4eddbc Background Color

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

This div background color is #4eddbc


#4eddbc Border Color

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

This div border color is #4eddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddbc


Comments

No comments written yet.

Please login to write comment.