Color Hex Logo

#4edbea Color Hex

#4EDBEA
(78,219,234)
0 Favorites   0 Comments

Color spaces of #4edbea

RGB 78219234
HSL0.520.790.61
HSV186°67°92°
CMYK 0.670.060.00   0.08
XYZ43.324758.223386.7967
Yxy58.22330.23000.3091
Hunter Lab76.3042-32.1820-14.0300
CIE-Lab80.8628-32.7114-18.4385

#4edbea color RGB value is (78,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 11101010
Octal 116 333 352
Decimal 78 219 234
Hex 4E DB EA

RGB Percentages of Color #4edbea

%14.69
%41.24
%44.07

CMYK Percentages of Color #4edbea

%67
%6
%0
%8

Triadic Colors of #4edbea

#4edbea #ea4edb #dbea4e

Analogous Colors of #4edbea

#4edbea #4e8dea #4eeaab

Monochromatic Colors of #4edbea

#4edbea

Complementary Color

#4edbea #ea5d4e

#4edbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbea Color CSS Codes

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

#4edbea Text Font Color

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

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


#4edbea Background Color

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

This div background color is #4edbea


#4edbea Border Color

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

This div border color is #4edbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbea


Comments

No comments written yet.

Please login to write comment.