Color Hex Logo

#4edff0 Color Hex

#4EDFF0
(78,223,240)
0 Favorites   0 Comments

Color spaces of #4edff0

RGB 78223240
HSL0.520.840.62
HSV186°68°94°
CMYK 0.680.070.00   0.06
XYZ45.257760.686391.7664
Yxy60.68630.22890.3069
Hunter Lab77.9014-32.6259-15.3115
CIE-Lab82.2098-32.8778-19.5898

#4edff0 color RGB value is (78,223,240).

#4edff0 hex color red value is 78, green value is 223 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #4edff0 hue: 0.52 , saturation: 0.84 and the lightness value of 4edff0 is 0.62.

The process color (four color CMYK) of #4edff0 color hex is 0.68, 0.07, 0.00, 0.06. Web safe color of #4edff0 is #66ccff. Color #4edff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011111 11110000
Octal 116 337 360
Decimal 78 223 240
Hex 4E DF F0

RGB Percentages of Color #4edff0

%14.42
%41.22
%44.36

CMYK Percentages of Color #4edff0

%68
%7
%0
%6

Triadic Colors of #4edff0

#4edff0 #f04edf #dff04e

Analogous Colors of #4edff0

#4edff0 #4e8ef0 #4ef0b0

Monochromatic Colors of #4edff0

#4edff0

Complementary Color

#4edff0 #f05f4e

#4edff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edff0 Color CSS Codes

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

#4edff0 Text Font Color

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

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


#4edff0 Background Color

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

This div background color is #4edff0


#4edff0 Border Color

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

This div border color is #4edff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edff0


Comments

No comments written yet.

Please login to write comment.