Color Hex Logo

#4eebdc Color Hex

#4EEBDC
(78,235,220)
0 Favorites   0 Comments

Color spaces of #4eebdc

RGB 78235220
HSL0.480.800.61
HSV174°67°92°
CMYK 0.670.000.06   0.08
XYZ45.768566.203778.0765
Yxy66.20370.24080.3484
Hunter Lab81.3657-41.98290.0627
CIE-Lab85.1002-43.8730-4.7018

#4eebdc color RGB value is (78,235,220).

#4eebdc hex color red value is 78, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4eebdc hue: 0.48 , saturation: 0.80 and the lightness value of 4eebdc is 0.61.

The process color (four color CMYK) of #4eebdc color hex is 0.67, 0.00, 0.06, 0.08. Web safe color of #4eebdc is #66ffcc. Color #4eebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11011100
Octal 116 353 334
Decimal 78 235 220
Hex 4E EB DC

RGB Percentages of Color #4eebdc

%14.63
%44.09
%41.28

CMYK Percentages of Color #4eebdc

%67
%0
%6
%8

Triadic Colors of #4eebdc

#4eebdc #dc4eeb #ebdc4e

Analogous Colors of #4eebdc

#4eebdc #4eaceb #4eeb8e

Monochromatic Colors of #4eebdc

#4eebdc

Complementary Color

#4eebdc #eb4e5d

#4eebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebdc Color CSS Codes

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

#4eebdc Text Font Color

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

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


#4eebdc Background Color

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

This div background color is #4eebdc


#4eebdc Border Color

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

This div border color is #4eebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebdc


Comments

No comments written yet.

Please login to write comment.