Color Hex Logo

#4ebfbe Color Hex

#4EBFBE
(78,191,190)
0 Favorites   0 Comments

Color spaces of #4ebfbe

RGB 78191190
HSL0.500.470.53
HSV179°59°75°
CMYK 0.590.000.01   0.25
XYZ31.067042.599055.3002
Yxy42.59900.24090.3303
Hunter Lab65.2679-29.2543-4.5477
CIE-Lab71.2820-31.7938-9.0842

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10111110
Octal 116 277 276
Decimal 78 191 190
Hex 4E BF BE

RGB Percentages of Color #4ebfbe

%16.99
%41.61
%41.39

CMYK Percentages of Color #4ebfbe

%59
%0
%1
%25

Triadic Colors of #4ebfbe

#4ebfbe #be4ebf #bfbe4e

Analogous Colors of #4ebfbe

#4ebfbe #4e88bf #4ebf86

Monochromatic Colors of #4ebfbe

#4ebfbe

Complementary Color

#4ebfbe #bf4e4f

#4ebfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfbe Color CSS Codes

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

#4ebfbe Text Font Color

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

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


#4ebfbe Background Color

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

This div background color is #4ebfbe


#4ebfbe Border Color

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

This div border color is #4ebfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfbe


Comments

No comments written yet.

Please login to write comment.