Color Hex Logo

#4eedf1 Color Hex

#4EEDF1
(78,237,241)
0 Favorites   0 Comments

Color spaces of #4eedf1

RGB 78237241
HSL0.500.850.63
HSV181°68°95°
CMYK 0.680.020.00   0.05
XYZ49.303368.538993.8499
Yxy68.53890.23290.3238
Hunter Lab82.7882-38.5764-9.2602
CIE-Lab86.2752-39.0976-13.9996

#4eedf1 color RGB value is (78,237,241).

#4eedf1 hex color red value is 78, green value is 237 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #4eedf1 hue: 0.50 , saturation: 0.85 and the lightness value of 4eedf1 is 0.63.

The process color (four color CMYK) of #4eedf1 color hex is 0.68, 0.02, 0.00, 0.05. Web safe color of #4eedf1 is #66ffff. Color #4eedf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11110001
Octal 116 355 361
Decimal 78 237 241
Hex 4E ED F1

RGB Percentages of Color #4eedf1

%14.03
%42.63
%43.35

CMYK Percentages of Color #4eedf1

%68
%2
%0
%5

Triadic Colors of #4eedf1

#4eedf1 #f14eed #edf14e

Analogous Colors of #4eedf1

#4eedf1 #4e9cf1 #4ef1a4

Monochromatic Colors of #4eedf1

#4eedf1

Complementary Color

#4eedf1 #f1524e

#4eedf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedf1 Color CSS Codes

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

#4eedf1 Text Font Color

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

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


#4eedf1 Background Color

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

This div background color is #4eedf1


#4eedf1 Border Color

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

This div border color is #4eedf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedf1


Comments

No comments written yet.

Please login to write comment.