Color Hex Logo

#4eedea Color Hex

#4EEDEA
(78,237,234)
0 Favorites   0 Comments

Color spaces of #4eedea

RGB 78237234
HSL0.500.820.62
HSV179°67°93°
CMYK 0.670.000.01   0.07
XYZ48.277468.128688.4476
Yxy68.12860.23570.3326
Hunter Lab82.5401-40.0410-5.7555
CIE-Lab86.0707-41.0222-10.6276

#4eedea color RGB value is (78,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11101010
Octal 116 355 352
Decimal 78 237 234
Hex 4E ED EA

RGB Percentages of Color #4eedea

%14.21
%43.17
%42.62

CMYK Percentages of Color #4eedea

%67
%0
%1
%7

Triadic Colors of #4eedea

#4eedea #ea4eed #edea4e

Analogous Colors of #4eedea

#4eedea #4ea1ed #4eed9b

Monochromatic Colors of #4eedea

#4eedea

Complementary Color

#4eedea #ed4e51

#4eedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedea Color CSS Codes

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

#4eedea Text Font Color

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

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


#4eedea Background Color

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

This div background color is #4eedea


#4eedea Border Color

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

This div border color is #4eedea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,237,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 #4eedea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedea


Comments

No comments written yet.

Please login to write comment.