Color Hex Logo

#4edfbd Color Hex

#4EDFBD
(78,223,189)
0 Favorites   0 Comments

Color spaces of #4edfbd

RGB 78223189
HSL0.460.690.59
HSV166°65°87°
CMYK 0.650.000.15   0.13
XYZ38.714958.069257.3121
Yxy58.06920.25120.3768
Hunter Lab76.2031-42.66888.7504
CIE-Lab80.7772-46.50535.3748

#4edfbd color RGB value is (78,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10111101
Octal 116 337 275
Decimal 78 223 189
Hex 4E DF BD

RGB Percentages of Color #4edfbd

%15.92
%45.51
%38.57

CMYK Percentages of Color #4edfbd

%65
%0
%15
%13

Triadic Colors of #4edfbd

#4edfbd #bd4edf #dfbd4e

Analogous Colors of #4edfbd

#4edfbd #4eb9df #4edf75

Monochromatic Colors of #4edfbd

#4edfbd

Complementary Color

#4edfbd #df4e70

#4edfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfbd Color CSS Codes

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

#4edfbd Text Font Color

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

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


#4edfbd Background Color

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

This div background color is #4edfbd


#4edfbd Border Color

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

This div border color is #4edfbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,223,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 #4edfbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfbd


Comments

No comments written yet.

Please login to write comment.