Color Hex Logo

#4effdd Color Hex

#4EFFDD
(78,255,221)
0 Favorites   0 Comments

Color spaces of #4effdd

RGB 78255221
HSL0.471.000.65
HSV168°69°100°
CMYK 0.690.000.13   0.00
XYZ51.953078.360280.7934
Yxy78.36020.24610.3712
Hunter Lab88.5213-50.15097.8509
CIE-Lab90.9440-52.15003.3209

#4effdd color RGB value is (78,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011101
Octal 116 377 335
Decimal 78 255 221
Hex 4E FF DD

RGB Percentages of Color #4effdd

%14.08
%46.03
%39.89

CMYK Percentages of Color #4effdd

%69
%0
%13
%0

Triadic Colors of #4effdd

#4effdd #dd4eff #ffdd4e

Analogous Colors of #4effdd

#4effdd #4ec9ff #4eff85

Monochromatic Colors of #4effdd

#4effdd

Complementary Color

#4effdd #ff4e70

#4effdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effdd Color CSS Codes

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

#4effdd Text Font Color

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

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


#4effdd Background Color

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

This div background color is #4effdd


#4effdd Border Color

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

This div border color is #4effdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effdd

Related Colors


Comments

No comments written yet.

Please login to write comment.