Color Hex Logo

#78aeda Color Hex

#78AEDA
(120,174,218)
0 Favorites   0 Comments

Color spaces of #78aeda

RGB 120174218
HSL0.570.570.66
HSV207°45°85°
CMYK 0.450.200.00   0.15
XYZ35.536739.327172.0476
Yxy39.32710.24190.2677
Hunter Lab62.7113-8.5940-24.2190
CIE-Lab68.9875-6.1208-27.7507

#78aeda color RGB value is (120,174,218).

#78aeda hex color red value is 120, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #78aeda hue: 0.57 , saturation: 0.57 and the lightness value of 78aeda is 0.66.

The process color (four color CMYK) of #78aeda color hex is 0.45, 0.20, 0.00, 0.15. Web safe color of #78aeda is #6699cc. Color #78aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 11011010
Octal 170 256 332
Decimal 120 174 218
Hex 78 AE DA

RGB Percentages of Color #78aeda

%23.44
%33.98
%42.58

CMYK Percentages of Color #78aeda

%45
%20
%0
%15

Triadic Colors of #78aeda

#78aeda #da78ae #aeda78

Analogous Colors of #78aeda

#78aeda #787dda #78dad5

Monochromatic Colors of #78aeda

#78aeda

Complementary Color

#78aeda #daa478

#78aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aeda Color CSS Codes

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

#78aeda Text Font Color

<p style="color:#78aeda">Text here</p>

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


#78aeda Background Color

<div style="background-color:#78aeda">
Div content here</div>

This div background color is #78aeda


#78aeda Border Color

<div style="border:3px solid #78aeda">
Div here</div>

This div border color is #78aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aeda


Comments

No comments written yet.

Please login to write comment.