Color Hex Logo

#4eb4bf Color Hex

#4EB4BF
(78,180,191)
0 Favorites   0 Comments

Color spaces of #4eb4bf

RGB 78180191
HSL0.520.470.53
HSV186°59°75°
CMYK 0.590.060.00   0.25
XYZ28.867138.023855.1081
Yxy38.02380.23660.3117
Hunter Lab61.6634-24.3481-9.8226
CIE-Lab68.0382-26.1414-14.4920

#4eb4bf color RGB value is (78,180,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110100 10111111
Octal 116 264 277
Decimal 78 180 191
Hex 4E B4 BF

RGB Percentages of Color #4eb4bf

%17.37
%40.09
%42.54

CMYK Percentages of Color #4eb4bf

%59
%6
%0
%25

Triadic Colors of #4eb4bf

#4eb4bf #bf4eb4 #b4bf4e

Analogous Colors of #4eb4bf

#4eb4bf #4e7cbf #4ebf92

Monochromatic Colors of #4eb4bf

#4eb4bf

Complementary Color

#4eb4bf #bf594e

#4eb4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb4bf Color CSS Codes

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

#4eb4bf Text Font Color

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

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


#4eb4bf Background Color

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

This div background color is #4eb4bf


#4eb4bf Border Color

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

This div border color is #4eb4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb4bf


Comments

No comments written yet.

Please login to write comment.