Color Hex Logo

#4ebebc Color Hex

#4EBEBC
(78,190,188)
0 Favorites   0 Comments

Color spaces of #4ebebc

RGB 78190188
HSL0.500.460.53
HSV179°59°75°
CMYK 0.590.000.01   0.25
XYZ30.632442.077554.0842
Yxy42.07750.24160.3319
Hunter Lab64.8672-29.2240-4.0271
CIE-Lab70.9243-31.8658-8.5226

#4ebebc color RGB value is (78,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 10111100
Octal 116 276 274
Decimal 78 190 188
Hex 4E BE BC

RGB Percentages of Color #4ebebc

%17.11
%41.67
%41.23

CMYK Percentages of Color #4ebebc

%59
%0
%1
%25

Triadic Colors of #4ebebc

#4ebebc #bc4ebe #bebc4e

Analogous Colors of #4ebebc

#4ebebc #4e88be #4ebe84

Monochromatic Colors of #4ebebc

#4ebebc

Complementary Color

#4ebebc #be4e50

#4ebebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebebc Color CSS Codes

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

#4ebebc Text Font Color

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

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


#4ebebc Background Color

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

This div background color is #4ebebc


#4ebebc Border Color

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

This div border color is #4ebebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebebc


Comments

No comments written yet.

Please login to write comment.