Color Hex Logo

#4ebbc5 Color Hex

#4EBBC5
(78,187,197)
0 Favorites   0 Comments

Color spaces of #4ebbc5

RGB 78187197
HSL0.510.510.54
HSV185°60°77°
CMYK 0.600.050.00   0.23
XYZ30.990341.191659.1407
Yxy41.19160.23600.3137
Hunter Lab64.1807-26.1256-9.7076
CIE-Lab70.3100-27.8878-14.3717

#4ebbc5 color RGB value is (78,187,197).

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

The process color (four color CMYK) of #4ebbc5 color hex is 0.60, 0.05, 0.00, 0.23. Web safe color of #4ebbc5 is #66cccc. Color #4ebbc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 11000101
Octal 116 273 305
Decimal 78 187 197
Hex 4E BB C5

RGB Percentages of Color #4ebbc5

%16.88
%40.48
%42.64

CMYK Percentages of Color #4ebbc5

%60
%5
%0
%23

Triadic Colors of #4ebbc5

#4ebbc5 #c54ebb #bbc54e

Analogous Colors of #4ebbc5

#4ebbc5 #4e80c5 #4ec594

Monochromatic Colors of #4ebbc5

#4ebbc5

Complementary Color

#4ebbc5 #c5584e

#4ebbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbc5 Color CSS Codes

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

#4ebbc5 Text Font Color

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

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


#4ebbc5 Background Color

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

This div background color is #4ebbc5


#4ebbc5 Border Color

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

This div border color is #4ebbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbc5


Comments

No comments written yet.

Please login to write comment.