Color Hex Logo

#4ebbbf Color Hex

#4EBBBF
(78,187,191)
0 Favorites   0 Comments

Color spaces of #4ebbbf

RGB 78187191
HSL0.510.470.53
HSV182°59°75°
CMYK 0.590.020.00   0.25
XYZ30.316240.921955.5911
Yxy40.92190.23900.3227
Hunter Lab63.9702-27.3548-6.7448
CIE-Lab70.1212-29.5876-11.3649

#4ebbbf color RGB value is (78,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111011 10111111
Octal 116 273 277
Decimal 78 187 191
Hex 4E BB BF

RGB Percentages of Color #4ebbbf

%17.11
%41.01
%41.89

CMYK Percentages of Color #4ebbbf

%59
%2
%0
%25

Triadic Colors of #4ebbbf

#4ebbbf #bf4ebb #bbbf4e

Analogous Colors of #4ebbbf

#4ebbbf #4e83bf #4ebf8b

Monochromatic Colors of #4ebbbf

#4ebbbf

Complementary Color

#4ebbbf #bf524e

#4ebbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebbbf Color CSS Codes

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

#4ebbbf Text Font Color

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

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


#4ebbbf Background Color

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

This div background color is #4ebbbf


#4ebbbf Border Color

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

This div border color is #4ebbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,187,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 #4ebbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebbbf


Comments

No comments written yet.

Please login to write comment.