Color Hex Logo

#4edeba Color Hex

#4EDEBA
(78,222,186)
0 Favorites   0 Comments

Color spaces of #4edeba

RGB 78222186
HSL0.460.690.59
HSV165°65°87°
CMYK 0.650.000.16   0.13
XYZ38.126157.407455.5257
Yxy57.40740.25240.3800
Hunter Lab75.7677-42.77279.5872
CIE-Lab80.4082-46.80326.4341

#4edeba color RGB value is (78,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 10111010
Octal 116 336 272
Decimal 78 222 186
Hex 4E DE BA

RGB Percentages of Color #4edeba

%16.05
%45.68
%38.27

CMYK Percentages of Color #4edeba

%65
%0
%16
%13

Triadic Colors of #4edeba

#4edeba #ba4ede #deba4e

Analogous Colors of #4edeba

#4edeba #4ebade #4ede72

Monochromatic Colors of #4edeba

#4edeba

Complementary Color

#4edeba #de4e72

#4edeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edeba Color CSS Codes

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

#4edeba Text Font Color

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

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


#4edeba Background Color

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

This div background color is #4edeba


#4edeba Border Color

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

This div border color is #4edeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edeba


Comments

No comments written yet.

Please login to write comment.