Color Hex Logo

#4eddea Color Hex

#4EDDEA
(78,221,234)
0 Favorites   0 Comments

Color spaces of #4eddea

RGB 78221234
HSL0.510.790.61
HSV185°67°92°
CMYK 0.670.060.00   0.08
XYZ43.849659.273186.9716
Yxy59.27310.23070.3118
Hunter Lab76.9890-33.0650-13.0854
CIE-Lab81.4415-33.6580-17.5652

#4eddea color RGB value is (78,221,234).

#4eddea hex color red value is 78, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4eddea hue: 0.51 , saturation: 0.79 and the lightness value of 4eddea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11101010
Octal 116 335 352
Decimal 78 221 234
Hex 4E DD EA

RGB Percentages of Color #4eddea

%14.63
%41.46
%43.90

CMYK Percentages of Color #4eddea

%67
%6
%0
%8

Triadic Colors of #4eddea

#4eddea #ea4edd #ddea4e

Analogous Colors of #4eddea

#4eddea #4e8fea #4eeaa9

Monochromatic Colors of #4eddea

#4eddea

Complementary Color

#4eddea #ea5b4e

#4eddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddea Color CSS Codes

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

#4eddea Text Font Color

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

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


#4eddea Background Color

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

This div background color is #4eddea


#4eddea Border Color

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

This div border color is #4eddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddea


Comments

No comments written yet.

Please login to write comment.