Color Hex Logo

#4ebcc7 Color Hex

#4EBCC7
(78,188,199)
0 Favorites   0 Comments

Color spaces of #4ebcc7

RGB 78188199
HSL0.520.520.54
HSV185°61°78°
CMYK 0.610.060.00   0.22
XYZ31.433941.709760.4269
Yxy41.70970.23530.3123
Hunter Lab64.5830-26.1407-10.2663
CIE-Lab70.6703-27.8068-14.9249

#4ebcc7 color RGB value is (78,188,199).

#4ebcc7 hex color red value is 78, green value is 188 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #4ebcc7 hue: 0.52 , saturation: 0.52 and the lightness value of 4ebcc7 is 0.54.

The process color (four color CMYK) of #4ebcc7 color hex is 0.61, 0.06, 0.00, 0.22. Web safe color of #4ebcc7 is #66cccc. Color #4ebcc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 11000111
Octal 116 274 307
Decimal 78 188 199
Hex 4E BC C7

RGB Percentages of Color #4ebcc7

%16.77
%40.43
%42.80

CMYK Percentages of Color #4ebcc7

%61
%6
%0
%22

Triadic Colors of #4ebcc7

#4ebcc7 #c74ebc #bcc74e

Analogous Colors of #4ebcc7

#4ebcc7 #4e80c7 #4ec796

Monochromatic Colors of #4ebcc7

#4ebcc7

Complementary Color

#4ebcc7 #c7594e

#4ebcc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcc7 Color CSS Codes

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

#4ebcc7 Text Font Color

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

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


#4ebcc7 Background Color

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

This div background color is #4ebcc7


#4ebcc7 Border Color

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

This div border color is #4ebcc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcc7


Comments

No comments written yet.

Please login to write comment.