Color Hex Logo

#4ebada Color Hex

#4EBADA
(78,186,218)
0 Favorites   0 Comments

Color spaces of #4ebada

RGB 78186218
HSL0.540.650.58
HSV194°64°85°
CMYK 0.640.150.00   0.15
XYZ33.355741.799572.6397
Yxy41.79950.22570.2828
Hunter Lab64.6525-21.0498-21.3579
CIE-Lab70.7325-21.1671-25.2183

#4ebada color RGB value is (78,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111010 11011010
Octal 116 272 332
Decimal 78 186 218
Hex 4E BA DA

RGB Percentages of Color #4ebada

%16.18
%38.59
%45.23

CMYK Percentages of Color #4ebada

%64
%15
%0
%15

Triadic Colors of #4ebada

#4ebada #da4eba #bada4e

Analogous Colors of #4ebada

#4ebada #4e74da #4edab4

Monochromatic Colors of #4ebada

#4ebada

Complementary Color

#4ebada #da6e4e

#4ebada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebada Color CSS Codes

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

#4ebada Text Font Color

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

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


#4ebada Background Color

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

This div background color is #4ebada


#4ebada Border Color

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

This div border color is #4ebada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,186,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 #4ebada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebada


Comments

No comments written yet.

Please login to write comment.