Color Hex Logo

#4ebdda Color Hex

#4EBDDA
(78,189,218)
0 Favorites   0 Comments

Color spaces of #4ebdda

RGB 78189218
HSL0.530.650.58
HSV192°64°85°
CMYK 0.640.130.00   0.15
XYZ33.994443.076872.8526
Yxy43.07680.22670.2873
Hunter Lab65.6329-22.4040-19.8689
CIE-Lab71.6071-22.7001-23.8809

#4ebdda color RGB value is (78,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111101 11011010
Octal 116 275 332
Decimal 78 189 218
Hex 4E BD DA

RGB Percentages of Color #4ebdda

%16.08
%38.97
%44.95

CMYK Percentages of Color #4ebdda

%64
%13
%0
%15

Triadic Colors of #4ebdda

#4ebdda #da4ebd #bdda4e

Analogous Colors of #4ebdda

#4ebdda #4e77da #4edab1

Monochromatic Colors of #4ebdda

#4ebdda

Complementary Color

#4ebdda #da6b4e

#4ebdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebdda Color CSS Codes

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

#4ebdda Text Font Color

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

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


#4ebdda Background Color

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

This div background color is #4ebdda


#4ebdda Border Color

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

This div border color is #4ebdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebdda


Comments

No comments written yet.

Please login to write comment.