Color Hex Logo

#4effdb Color Hex

#4EFFDB
(78,255,219)
0 Favorites   0 Comments

Color spaces of #4effdb

RGB 78255219
HSL0.471.000.65
HSV168°69°100°
CMYK 0.690.000.14   0.00
XYZ51.688178.254279.3982
Yxy78.25420.24690.3738
Hunter Lab88.4614-50.50978.7075
CIE-Lab90.8958-52.63814.2861

#4effdb color RGB value is (78,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011011
Octal 116 377 333
Decimal 78 255 219
Hex 4E FF DB

RGB Percentages of Color #4effdb

%14.13
%46.20
%39.67

CMYK Percentages of Color #4effdb

%69
%0
%14
%0

Triadic Colors of #4effdb

#4effdb #db4eff #ffdb4e

Analogous Colors of #4effdb

#4effdb #4ecbff #4eff83

Monochromatic Colors of #4effdb

#4effdb

Complementary Color

#4effdb #ff4e72

#4effdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effdb Color CSS Codes

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

#4effdb Text Font Color

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

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


#4effdb Background Color

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

This div background color is #4effdb


#4effdb Border Color

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

This div border color is #4effdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effdb

Related Colors


Comments

No comments written yet.

Please login to write comment.