Color Hex Logo

#4eb9d6 Color Hex

#4EB9D6
(78,185,214)
0 Favorites   0 Comments

Color spaces of #4eb9d6

RGB 78185214
HSL0.540.620.57
HSV193°64°84°
CMYK 0.640.140.00   0.16
XYZ32.628441.172769.8457
Yxy41.17270.22710.2866
Hunter Lab64.1660-21.5231-19.6220
CIE-Lab70.2967-21.8712-23.6996

#4eb9d6 color RGB value is (78,185,214).

#4eb9d6 hex color red value is 78, green value is 185 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #4eb9d6 hue: 0.54 , saturation: 0.62 and the lightness value of 4eb9d6 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111001 11010110
Octal 116 271 326
Decimal 78 185 214
Hex 4E B9 D6

RGB Percentages of Color #4eb9d6

%16.35
%38.78
%44.86

CMYK Percentages of Color #4eb9d6

%64
%14
%0
%16

Triadic Colors of #4eb9d6

#4eb9d6 #d64eb9 #b9d64e

Analogous Colors of #4eb9d6

#4eb9d6 #4e75d6 #4ed6af

Monochromatic Colors of #4eb9d6

#4eb9d6

Complementary Color

#4eb9d6 #d66b4e

#4eb9d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eb9d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eb9d6 Color CSS Codes

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

#4eb9d6 Text Font Color

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

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


#4eb9d6 Background Color

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

This div background color is #4eb9d6


#4eb9d6 Border Color

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

This div border color is #4eb9d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eb9d6


Comments

No comments written yet.

Please login to write comment.