Color Hex Logo

#4ebeda Color Hex

#4EBEDA
(78,190,218)
0 Favorites   0 Comments

Color spaces of #4ebeda

RGB 78190218
HSL0.530.650.58
HSV192°64°85°
CMYK 0.640.130.00   0.15
XYZ34.210243.508672.9246
Yxy43.50860.22710.2888
Hunter Lab65.9610-22.8542-19.3765
CIE-Lab71.8988-23.2082-23.4355

#4ebeda color RGB value is (78,190,218).

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

The process color (four color CMYK) of #4ebeda color hex is 0.64, 0.13, 0.00, 0.15. Web safe color of #4ebeda is #66cccc. Color #4ebeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11011010
Octal 116 276 332
Decimal 78 190 218
Hex 4E BE DA

RGB Percentages of Color #4ebeda

%16.05
%39.09
%44.86

CMYK Percentages of Color #4ebeda

%64
%13
%0
%15

Triadic Colors of #4ebeda

#4ebeda #da4ebe #beda4e

Analogous Colors of #4ebeda

#4ebeda #4e78da #4edab0

Monochromatic Colors of #4ebeda

#4ebeda

Complementary Color

#4ebeda #da6a4e

#4ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebeda Color CSS Codes

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

#4ebeda Text Font Color

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

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


#4ebeda Background Color

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

This div background color is #4ebeda


#4ebeda Border Color

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

This div border color is #4ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebeda


Comments

No comments written yet.

Please login to write comment.