Color Hex Logo

#4eedee Color Hex

#4EEDEE
(78,237,238)
0 Favorites   0 Comments

Color spaces of #4eedee

RGB 78237238
HSL0.500.820.62
HSV180°67°93°
CMYK 0.670.000.00   0.07
XYZ48.858768.361191.5088
Yxy68.36110.23410.3275
Hunter Lab82.6808-39.2100-7.7440
CIE-Lab86.1867-39.9273-12.5562

#4eedee color RGB value is (78,237,238).

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

The process color (four color CMYK) of #4eedee color hex is 0.67, 0.00, 0.00, 0.07. Web safe color of #4eedee is #66ffff. Color #4eedee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11101110
Octal 116 355 356
Decimal 78 237 238
Hex 4E ED EE

RGB Percentages of Color #4eedee

%14.10
%42.86
%43.04

CMYK Percentages of Color #4eedee

%67
%0
%0
%7

Triadic Colors of #4eedee

#4eedee #ee4eed #edee4e

Analogous Colors of #4eedee

#4eedee #4e9dee #4eee9f

Monochromatic Colors of #4eedee

#4eedee

Complementary Color

#4eedee #ee4f4e

#4eedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedee Color CSS Codes

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

#4eedee Text Font Color

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

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


#4eedee Background Color

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

This div background color is #4eedee


#4eedee Border Color

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

This div border color is #4eedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedee


Comments

No comments written yet.

Please login to write comment.