Color Hex Logo

#4effdf Color Hex

#4EFFDF
(78,255,223)
0 Favorites   0 Comments

Color spaces of #4effdf

RGB 78255223
HSL0.471.000.65
HSV169°69°100°
CMYK 0.690.000.13   0.00
XYZ52.221278.467482.2054
Yxy78.46740.24530.3686
Hunter Lab88.5818-49.78806.9852
CIE-Lab90.9928-51.65792.3562

#4effdf color RGB value is (78,255,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011111
Octal 116 377 337
Decimal 78 255 223
Hex 4E FF DF

RGB Percentages of Color #4effdf

%14.03
%45.86
%40.11

CMYK Percentages of Color #4effdf

%69
%0
%13
%0

Triadic Colors of #4effdf

#4effdf #df4eff #ffdf4e

Analogous Colors of #4effdf

#4effdf #4ec7ff #4eff87

Monochromatic Colors of #4effdf

#4effdf

Complementary Color

#4effdf #ff4e6e

#4effdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effdf Color CSS Codes

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

#4effdf Text Font Color

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

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


#4effdf Background Color

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

This div background color is #4effdf


#4effdf Border Color

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

This div border color is #4effdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effdf

#4effdf Color Palettes


Comments

No comments written yet.

Please login to write comment.