Color Hex Logo

#4ebebb Color Hex

#4EBEBB
(78,190,187)
0 Favorites   0 Comments

Color spaces of #4ebebb

RGB 78190187
HSL0.500.460.53
HSV178°59°75°
CMYK 0.590.000.02   0.25
XYZ30.525042.034553.5183
Yxy42.03450.24210.3334
Hunter Lab64.8340-29.4186-3.5581
CIE-Lab70.8947-32.1393-8.0193

#4ebebb color RGB value is (78,190,187).

#4ebebb hex color red value is 78, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4ebebb hue: 0.50 , saturation: 0.46 and the lightness value of 4ebebb is 0.53.

The process color (four color CMYK) of #4ebebb color hex is 0.59, 0.00, 0.02, 0.25. Web safe color of #4ebebb is #66cccc. Color #4ebebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 10111011
Octal 116 276 273
Decimal 78 190 187
Hex 4E BE BB

RGB Percentages of Color #4ebebb

%17.14
%41.76
%41.10

CMYK Percentages of Color #4ebebb

%59
%0
%2
%25

Triadic Colors of #4ebebb

#4ebebb #bb4ebe #bebb4e

Analogous Colors of #4ebebb

#4ebebb #4e89be #4ebe83

Monochromatic Colors of #4ebebb

#4ebebb

Complementary Color

#4ebebb #be4e51

#4ebebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebebb Color CSS Codes

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

#4ebebb Text Font Color

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

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


#4ebebb Background Color

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

This div background color is #4ebebb


#4ebebb Border Color

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

This div border color is #4ebebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebebb


Comments

No comments written yet.

Please login to write comment.