Color Hex Logo

#4eb0bb Color Hex

#4EB0BB
(78,176,187)
0 Favorites   0 Comments

Color spaces of #4eb0bb

RGB 78176187
HSL0.520.440.52
HSV186°58°73°
CMYK 0.580.060.00   0.27
XYZ27.636936.258252.5556
Yxy36.25820.23730.3114
Hunter Lab60.2148-23.4494-9.5981
CIE-Lab66.7167-25.2894-14.2705

#4eb0bb color RGB value is (78,176,187).

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

The process color (four color CMYK) of #4eb0bb color hex is 0.58, 0.06, 0.00, 0.27. Web safe color of #4eb0bb is #6699cc. Color #4eb0bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10110000 10111011
Octal 116 260 273
Decimal 78 176 187
Hex 4E B0 BB

RGB Percentages of Color #4eb0bb

%17.69
%39.91
%42.40

CMYK Percentages of Color #4eb0bb

%58
%6
%0
%27

Triadic Colors of #4eb0bb

#4eb0bb #bb4eb0 #b0bb4e

Analogous Colors of #4eb0bb

#4eb0bb #4e7abb #4ebb90

Monochromatic Colors of #4eb0bb

#4eb0bb

Complementary Color

#4eb0bb #bb594e

#4eb0bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb0bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb0bb Color CSS Codes

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

#4eb0bb Text Font Color

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

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


#4eb0bb Background Color

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

This div background color is #4eb0bb


#4eb0bb Border Color

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

This div border color is #4eb0bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb0bb


Comments

No comments written yet.

Please login to write comment.