Color Hex Logo

#4edfbb Color Hex

#4EDFBB
(78,223,187)
0 Favorites   0 Comments

Color spaces of #4edfbb

RGB 78223187
HSL0.460.690.59
HSV165°65°87°
CMYK 0.650.000.16   0.13
XYZ38.499257.982956.1764
Yxy57.98290.25220.3798
Hunter Lab76.1465-43.00799.5619
CIE-Lab80.7293-46.98826.3659

#4edfbb color RGB value is (78,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 10111011
Octal 116 337 273
Decimal 78 223 187
Hex 4E DF BB

RGB Percentages of Color #4edfbb

%15.98
%45.70
%38.32

CMYK Percentages of Color #4edfbb

%65
%0
%16
%13

Triadic Colors of #4edfbb

#4edfbb #bb4edf #dfbb4e

Analogous Colors of #4edfbb

#4edfbb #4ebbdf #4edf73

Monochromatic Colors of #4edfbb

#4edfbb

Complementary Color

#4edfbb #df4e72

#4edfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edfbb Color CSS Codes

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

#4edfbb Text Font Color

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

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


#4edfbb Background Color

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

This div background color is #4edfbb


#4edfbb Border Color

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

This div border color is #4edfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edfbb


Comments

No comments written yet.

Please login to write comment.