color codes Logo

#4ea8db color codes

#4EA8DB
(78,168,219)
0 Favorites   0 Comments

Color spaces of #4ea8db

RGB 78168219
HSL0.560.660.58
HSV202°64°86°
CMYK 0.640.230.00   0.14
XYZ29.930734.739472.1457
Yxy34.73940.21880.2539
Hunter Lab58.9401-12.5002-31.3158
CIE-Lab65.5453-11.3181-33.7647

#4ea8db color RGB value is (78,168,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101000 11011011
Octal 116 250 333
Decimal 78 168 219
Hex 4E A8 DB

RGB Percentages of Color #4ea8db

%16.77
%36.13
%47.10

CMYK Percentages of Color #4ea8db

%64
%23
%0
%14

Triadic Colors of #4ea8db

#4ea8db #db4ea8 #a8db4e

Analogous Colors of #4ea8db

#4ea8db #4e62db #4edbc8

Monochromatic Colors of #4ea8db

#4ea8db

Complementary Color

#4ea8db #db814e

#4ea8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ea8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ea8db Color CSS Codes

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

#4ea8db Text Font Color

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

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


#4ea8db Background Color

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

This div background color is #4ea8db


#4ea8db Border Color

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

This div border color is #4ea8db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ea8db


Comments

No comments written yet.

Please login to write comment.