Color Hex Logo

#4ebacb Color Hex

#4EBACB
(78,186,203)
0 Favorites   0 Comments

Color spaces of #4ebacb

RGB 78186203
HSL0.520.550.55
HSV188°62°80°
CMYK 0.620.080.00   0.20
XYZ31.480341.049362.7640
Yxy41.04930.23270.3034
Hunter Lab64.0697-24.4171-13.2329
CIE-Lab70.2104-25.6546-17.8099

#4ebacb color RGB value is (78,186,203).

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

The process color (four color CMYK) of #4ebacb color hex is 0.62, 0.08, 0.00, 0.20. Web safe color of #4ebacb is #66cccc. Color #4ebacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111010 11001011
Octal 116 272 313
Decimal 78 186 203
Hex 4E BA CB

RGB Percentages of Color #4ebacb

%16.70
%39.83
%43.47

CMYK Percentages of Color #4ebacb

%62
%8
%0
%20

Triadic Colors of #4ebacb

#4ebacb #cb4eba #bacb4e

Analogous Colors of #4ebacb

#4ebacb #4e7ccb #4ecb9e

Monochromatic Colors of #4ebacb

#4ebacb

Complementary Color

#4ebacb #cb5f4e

#4ebacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebacb Color CSS Codes

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

#4ebacb Text Font Color

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

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


#4ebacb Background Color

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

This div background color is #4ebacb


#4ebacb Border Color

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

This div border color is #4ebacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebacb


Comments

No comments written yet.

Please login to write comment.