Color Hex Logo

#78addf Color Hex

#78ADDF
(120,173,223)
0 Favorites   0 Comments

Color spaces of #78addf

RGB 120173223
HSL0.580.620.67
HSV209°46°87°
CMYK 0.460.220.00   0.13
XYZ36.008639.207975.4821
Yxy39.20790.23890.2602
Hunter Lab62.6162-6.9287-27.6411
CIE-Lab68.9016-4.1629-30.6253

#78addf color RGB value is (120,173,223).

#78addf hex color red value is 120, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #78addf hue: 0.58 , saturation: 0.62 and the lightness value of 78addf is 0.67.

The process color (four color CMYK) of #78addf color hex is 0.46, 0.22, 0.00, 0.13. Web safe color of #78addf is #6699cc. Color #78addf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101101 11011111
Octal 170 255 337
Decimal 120 173 223
Hex 78 AD DF

RGB Percentages of Color #78addf

%23.26
%33.53
%43.22

CMYK Percentages of Color #78addf

%46
%22
%0
%13

Triadic Colors of #78addf

#78addf #df78ad #addf78

Analogous Colors of #78addf

#78addf #787adf #78dfde

Monochromatic Colors of #78addf

#78addf

Complementary Color

#78addf #dfaa78

#78addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78addf Color CSS Codes

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

#78addf Text Font Color

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

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


#78addf Background Color

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

This div background color is #78addf


#78addf Border Color

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

This div border color is #78addf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,173,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78addf


Comments

No comments written yet.

Please login to write comment.