Color Hex Logo

#4ebfbc Color Hex

#4EBFBC
(78,191,188)
0 Favorites   0 Comments

Color spaces of #4ebfbc

RGB 78191188
HSL0.500.470.53
HSV178°59°75°
CMYK 0.590.000.02   0.25
XYZ30.849842.512154.1567
Yxy42.51210.24190.3334
Hunter Lab65.2013-29.6455-3.6058
CIE-Lab71.2226-32.3423-8.0791

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10111100
Octal 116 277 274
Decimal 78 191 188
Hex 4E BF BC

RGB Percentages of Color #4ebfbc

%17.07
%41.79
%41.14

CMYK Percentages of Color #4ebfbc

%59
%0
%2
%25

Triadic Colors of #4ebfbc

#4ebfbc #bc4ebf #bfbc4e

Analogous Colors of #4ebfbc

#4ebfbc #4e8abf #4ebf84

Monochromatic Colors of #4ebfbc

#4ebfbc

Complementary Color

#4ebfbc #bf4e51

#4ebfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfbc Color CSS Codes

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

#4ebfbc Text Font Color

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

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


#4ebfbc Background Color

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

This div background color is #4ebfbc


#4ebfbc Border Color

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

This div border color is #4ebfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfbc


Comments

No comments written yet.

Please login to write comment.