Color Hex Logo

#4edebd Color Hex

#4EDEBD
(78,222,189)
0 Favorites   0 Comments

Color spaces of #4edebd

RGB 78222189
HSL0.460.690.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.448557.536457.2233
Yxy57.53640.25100.3755
Hunter Lab75.8528-42.26368.3686
CIE-Lab80.4804-46.07774.9464

#4edebd color RGB value is (78,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011110 10111101
Octal 116 336 275
Decimal 78 222 189
Hex 4E DE BD

RGB Percentages of Color #4edebd

%15.95
%45.40
%38.65

CMYK Percentages of Color #4edebd

%65
%0
%15
%13

Triadic Colors of #4edebd

#4edebd #bd4ede #debd4e

Analogous Colors of #4edebd

#4edebd #4eb7de #4ede75

Monochromatic Colors of #4edebd

#4edebd

Complementary Color

#4edebd #de4e6f

#4edebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edebd Color CSS Codes

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

#4edebd Text Font Color

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

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


#4edebd Background Color

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

This div background color is #4edebd


#4edebd Border Color

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

This div border color is #4edebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edebd


Comments

No comments written yet.

Please login to write comment.