Color Hex Logo

#4eabdb Color Hex

#4EABDB
(78,171,219)
0 Favorites   0 Comments

Color spaces of #4eabdb

RGB 78171219
HSL0.560.660.58
HSV200°64°86°
CMYK 0.640.220.00   0.14
XYZ30.491035.860072.3325
Yxy35.86000.21990.2586
Hunter Lab59.8832-13.9080-29.6977
CIE-Lab66.4128-12.9480-32.4193

#4eabdb color RGB value is (78,171,219).

#4eabdb hex color red value is 78, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4eabdb hue: 0.56 , saturation: 0.66 and the lightness value of 4eabdb is 0.58.

The process color (four color CMYK) of #4eabdb color hex is 0.64, 0.22, 0.00, 0.14. Web safe color of #4eabdb is #6699cc. Color #4eabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11011011
Octal 116 253 333
Decimal 78 171 219
Hex 4E AB DB

RGB Percentages of Color #4eabdb

%16.67
%36.54
%46.79

CMYK Percentages of Color #4eabdb

%64
%22
%0
%14

Triadic Colors of #4eabdb

#4eabdb #db4eab #abdb4e

Analogous Colors of #4eabdb

#4eabdb #4e65db #4edbc5

Monochromatic Colors of #4eabdb

#4eabdb

Complementary Color

#4eabdb #db7e4e

#4eabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabdb Color CSS Codes

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

#4eabdb Text Font Color

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

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


#4eabdb Background Color

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

This div background color is #4eabdb


#4eabdb Border Color

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

This div border color is #4eabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabdb


Comments

No comments written yet.

Please login to write comment.