Color Hex Logo

#4ebfbf Color Hex

#4EBFBF
(78,191,191)
0 Favorites   0 Comments

Color spaces of #4ebfbf

RGB 78191191
HSL0.500.470.53
HSV180°59°75°
CMYK 0.590.000.00   0.25
XYZ31.176742.642955.8779
Yxy42.64290.24040.3288
Hunter Lab65.3015-29.0570-5.0228
CIE-Lab71.3119-31.5180-9.5863

#4ebfbf color RGB value is (78,191,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10111111
Octal 116 277 277
Decimal 78 191 191
Hex 4E BF BF

RGB Percentages of Color #4ebfbf

%16.96
%41.52
%41.52

CMYK Percentages of Color #4ebfbf

%59
%0
%0
%25

Triadic Colors of #4ebfbf

#4ebfbf #bf4ebf #bfbf4e

Analogous Colors of #4ebfbf

#4ebfbf #4e87bf #4ebf87

Monochromatic Colors of #4ebfbf

#4ebfbf

Complementary Color

#4ebfbf #bf4e4e

#4ebfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfbf Color CSS Codes

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

#4ebfbf Text Font Color

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

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


#4ebfbf Background Color

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

This div background color is #4ebfbf


#4ebfbf Border Color

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

This div border color is #4ebfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfbf


Comments

No comments written yet.

Please login to write comment.