Color Hex Logo

#4effdc Color Hex

#4EFFDC
(78,255,220)
0 Favorites   0 Comments

Color spaces of #4effdc

RGB 78255220
HSL0.471.000.65
HSV168°69°100°
CMYK 0.690.000.14   0.00
XYZ51.820278.307080.0937
Yxy78.30700.24650.3725
Hunter Lab88.4912-50.33068.2803
CIE-Lab90.9198-52.39433.8034

#4effdc color RGB value is (78,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111111 11011100
Octal 116 377 334
Decimal 78 255 220
Hex 4E FF DC

RGB Percentages of Color #4effdc

%14.10
%46.11
%39.78

CMYK Percentages of Color #4effdc

%69
%0
%14
%0

Triadic Colors of #4effdc

#4effdc #dc4eff #ffdc4e

Analogous Colors of #4effdc

#4effdc #4ecaff #4eff84

Monochromatic Colors of #4effdc

#4effdc

Complementary Color

#4effdc #ff4e71

#4effdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4effdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4effdc Color CSS Codes

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

#4effdc Text Font Color

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

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


#4effdc Background Color

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

This div background color is #4effdc


#4effdc Border Color

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

This div border color is #4effdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4effdc

Related Colors


Comments

No comments written yet.

Please login to write comment.