Color Hex Logo

#4eedeb Color Hex

#4EEDEB
(78,237,235)
0 Favorites   0 Comments

Color spaces of #4eedeb

RGB 78237235
HSL0.500.820.62
HSV179°67°93°
CMYK 0.670.000.01   0.07
XYZ48.421568.186289.2064
Yxy68.18620.23530.3313
Hunter Lab82.5749-39.8347-6.2490
CIE-Lab86.0995-40.7496-11.1102

#4eedeb color RGB value is (78,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11101011
Octal 116 355 353
Decimal 78 237 235
Hex 4E ED EB

RGB Percentages of Color #4eedeb

%14.18
%43.09
%42.73

CMYK Percentages of Color #4eedeb

%67
%0
%1
%7

Triadic Colors of #4eedeb

#4eedeb #eb4eed #edeb4e

Analogous Colors of #4eedeb

#4eedeb #4ea0ed #4eed9c

Monochromatic Colors of #4eedeb

#4eedeb

Complementary Color

#4eedeb #ed4e50

#4eedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedeb Color CSS Codes

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

#4eedeb Text Font Color

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

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


#4eedeb Background Color

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

This div background color is #4eedeb


#4eedeb Border Color

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

This div border color is #4eedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedeb


Comments

No comments written yet.

Please login to write comment.