Color Hex Logo

#4ebfbd Color Hex

#4EBFBD
(78,191,189)
0 Favorites   0 Comments

Color spaces of #4ebfbd

RGB 78191189
HSL0.500.470.53
HSV179°59°75°
CMYK 0.590.000.01   0.25
XYZ30.958042.555454.7265
Yxy42.55540.24140.3318
Hunter Lab65.2345-29.4506-4.0754
CIE-Lab71.2522-32.0687-8.5819

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10111101
Octal 116 277 275
Decimal 78 191 189
Hex 4E BF BD

RGB Percentages of Color #4ebfbd

%17.03
%41.70
%41.27

CMYK Percentages of Color #4ebfbd

%59
%0
%1
%25

Triadic Colors of #4ebfbd

#4ebfbd #bd4ebf #bfbd4e

Analogous Colors of #4ebfbd

#4ebfbd #4e89bf #4ebf85

Monochromatic Colors of #4ebfbd

#4ebfbd

Complementary Color

#4ebfbd #bf4e50

#4ebfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfbd Color CSS Codes

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

#4ebfbd Text Font Color

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

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


#4ebfbd Background Color

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

This div background color is #4ebfbd


#4ebfbd Border Color

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

This div border color is #4ebfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfbd


Comments

No comments written yet.

Please login to write comment.