Color Hex Logo

#4efdbc Color Hex

#4EFDBC
(78,253,188)
0 Favorites   0 Comments

Color spaces of #4efdbc

RGB 78253188
HSL0.440.980.65
HSV158°69°99°
CMYK 0.690.000.26   0.01
XYZ47.344375.501159.6548
Yxy75.50110.25940.4137
Hunter Lab86.8914-54.801020.1187
CIE-Lab89.6272-58.938818.4624

#4efdbc color RGB value is (78,253,188).

#4efdbc hex color red value is 78, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4efdbc hue: 0.44 , saturation: 0.98 and the lightness value of 4efdbc is 0.65.

The process color (four color CMYK) of #4efdbc color hex is 0.69, 0.00, 0.26, 0.01. Web safe color of #4efdbc is #66ffcc. Color #4efdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 10111100
Octal 116 375 274
Decimal 78 253 188
Hex 4E FD BC

RGB Percentages of Color #4efdbc

%15.03
%48.75
%36.22

CMYK Percentages of Color #4efdbc

%69
%0
%26
%1

Triadic Colors of #4efdbc

#4efdbc #bc4efd #fdbc4e

Analogous Colors of #4efdbc

#4efdbc #4ee7fd #4efd65

Monochromatic Colors of #4efdbc

#4efdbc

Complementary Color

#4efdbc #fd4e8f

#4efdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efdbc Color CSS Codes

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

#4efdbc Text Font Color

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

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


#4efdbc Background Color

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

This div background color is #4efdbc


#4efdbc Border Color

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

This div border color is #4efdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efdbc


Comments

No comments written yet.

Please login to write comment.