Color Hex Logo

#4efddb Color Hex

#4EFDDB
(78,253,219)
0 Favorites   0 Comments

Color spaces of #4efddb

RGB 78253219
HSL0.470.980.65
HSV168°69°99°
CMYK 0.690.000.13   0.01
XYZ51.053376.984779.1866
Yxy76.98470.24640.3715
Hunter Lab87.7409-49.68397.9091
CIE-Lab90.3146-51.81063.4440

#4efddb color RGB value is (78,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111101 11011011
Octal 116 375 333
Decimal 78 253 219
Hex 4E FD DB

RGB Percentages of Color #4efddb

%14.18
%46.00
%39.82

CMYK Percentages of Color #4efddb

%69
%0
%13
%1

Triadic Colors of #4efddb

#4efddb #db4efd #fddb4e

Analogous Colors of #4efddb

#4efddb #4ec8fd #4efd84

Monochromatic Colors of #4efddb

#4efddb

Complementary Color

#4efddb #fd4e70

#4efddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efddb Color CSS Codes

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

#4efddb Text Font Color

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

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


#4efddb Background Color

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

This div background color is #4efddb


#4efddb Border Color

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

This div border color is #4efddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efddb


Comments

No comments written yet.

Please login to write comment.