Color Hex Logo

#4ebcbb Color Hex

#4EBCBB
(78,188,187)
0 Favorites   0 Comments

Color spaces of #4ebcbb

RGB 78188187
HSL0.500.450.52
HSV179°59°74°
CMYK 0.590.000.01   0.26
XYZ30.094741.174053.3749
Yxy41.17400.24140.3303
Hunter Lab64.1670-28.5746-4.4013
CIE-Lab70.2977-31.1824-8.9075

#4ebcbb color RGB value is (78,188,187).

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

The process color (four color CMYK) of #4ebcbb color hex is 0.59, 0.00, 0.01, 0.26. Web safe color of #4ebcbb is #66cccc. Color #4ebcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 10111011
Octal 116 274 273
Decimal 78 188 187
Hex 4E BC BB

RGB Percentages of Color #4ebcbb

%17.22
%41.50
%41.28

CMYK Percentages of Color #4ebcbb

%59
%0
%1
%26

Triadic Colors of #4ebcbb

#4ebcbb #bb4ebc #bcbb4e

Analogous Colors of #4ebcbb

#4ebcbb #4e86bc #4ebc84

Monochromatic Colors of #4ebcbb

#4ebcbb

Complementary Color

#4ebcbb #bc4e4f

#4ebcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcbb Color CSS Codes

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

#4ebcbb Text Font Color

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

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


#4ebcbb Background Color

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

This div background color is #4ebcbb


#4ebcbb Border Color

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

This div border color is #4ebcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcbb


Comments

No comments written yet.

Please login to write comment.