Color Hex Logo

#78a3cd Color Hex

#78A3CD
(120,163,205)
0 Favorites   0 Comments

Color spaces of #78a3cd

RGB 120163205
HSL0.580.460.64
HSV210°41°80°
CMYK 0.410.200.00   0.20
XYZ31.862434.595262.7558
Yxy34.59520.24660.2677
Hunter Lab58.8177-6.2349-22.0874
CIE-Lab65.4323-3.6650-26.0409

#78a3cd color RGB value is (120,163,205).

#78a3cd hex color red value is 120, green value is 163 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #78a3cd hue: 0.58 , saturation: 0.46 and the lightness value of 78a3cd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10100011 11001101
Octal 170 243 315
Decimal 120 163 205
Hex 78 A3 CD

RGB Percentages of Color #78a3cd

%24.59
%33.40
%42.01

CMYK Percentages of Color #78a3cd

%41
%20
%0
%20

Triadic Colors of #78a3cd

#78a3cd #cd78a3 #a3cd78

Analogous Colors of #78a3cd

#78a3cd #7879cd #78cdcd

Monochromatic Colors of #78a3cd

#78a3cd

Complementary Color

#78a3cd #cda278

#78a3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78a3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78a3cd Color CSS Codes

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

#78a3cd Text Font Color

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

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


#78a3cd Background Color

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

This div background color is #78a3cd


#78a3cd Border Color

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

This div border color is #78a3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78a3cd


Comments

No comments written yet.

Please login to write comment.