Color Hex Logo

#4eebdb Color Hex

#4EEBDB
(78,235,219)
0 Favorites   0 Comments

Color spaces of #4eebdb

RGB 78235219
HSL0.480.800.61
HSV174°67°92°
CMYK 0.670.000.07   0.08
XYZ45.636466.150877.3809
Yxy66.15080.24120.3497
Hunter Lab81.3331-42.17580.5243
CIE-Lab85.0733-44.1343-4.2150

#4eebdb color RGB value is (78,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11011011
Octal 116 353 333
Decimal 78 235 219
Hex 4E EB DB

RGB Percentages of Color #4eebdb

%14.66
%44.17
%41.17

CMYK Percentages of Color #4eebdb

%67
%0
%7
%8

Triadic Colors of #4eebdb

#4eebdb #db4eeb #ebdb4e

Analogous Colors of #4eebdb

#4eebdb #4eadeb #4eeb8d

Monochromatic Colors of #4eebdb

#4eebdb

Complementary Color

#4eebdb #eb4e5e

#4eebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebdb Color CSS Codes

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

#4eebdb Text Font Color

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

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


#4eebdb Background Color

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

This div background color is #4eebdb


#4eebdb Border Color

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

This div border color is #4eebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebdb


Comments

No comments written yet.

Please login to write comment.