Color Hex Logo

#4eebbe Color Hex

#4EEBBE
(78,235,190)
0 Favorites   0 Comments

Color spaces of #4eebbe

RGB 78235190
HSL0.450.800.61
HSV163°67°92°
CMYK 0.670.000.19   0.08
XYZ42.144564.754158.9927
Yxy64.75410.25400.3903
Hunter Lab80.4699-47.336612.8633
CIE-Lab84.3569-51.29849.9834

#4eebbe color RGB value is (78,235,190).

#4eebbe hex color red value is 78, green value is 235 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4eebbe hue: 0.45 , saturation: 0.80 and the lightness value of 4eebbe is 0.61.

The process color (four color CMYK) of #4eebbe color hex is 0.67, 0.00, 0.19, 0.08. Web safe color of #4eebbe is #66ffcc. Color #4eebbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 10111110
Octal 116 353 276
Decimal 78 235 190
Hex 4E EB BE

RGB Percentages of Color #4eebbe

%15.51
%46.72
%37.77

CMYK Percentages of Color #4eebbe

%67
%0
%19
%8

Triadic Colors of #4eebbe

#4eebbe #be4eeb #ebbe4e

Analogous Colors of #4eebbe

#4eebbe #4ecaeb #4eeb70

Monochromatic Colors of #4eebbe

#4eebbe

Complementary Color

#4eebbe #eb4e7b

#4eebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebbe Color CSS Codes

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

#4eebbe Text Font Color

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

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


#4eebbe Background Color

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

This div background color is #4eebbe


#4eebbe Border Color

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

This div border color is #4eebbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebbe


Comments

No comments written yet.

Please login to write comment.