Color Hex Logo

#78ccd8 Color Hex

#78CCD8
(120,204,216)
0 Favorites   0 Comments

Color spaces of #78ccd8

RGB 120204216
HSL0.520.550.66
HSV188°44°85°
CMYK 0.440.060.00   0.15
XYZ41.733352.136772.8296
Yxy52.13670.25040.3128
Hunter Lab72.2057-23.1911-9.2582
CIE-Lab77.3625-22.3944-13.9393

#78ccd8 color RGB value is (120,204,216).

#78ccd8 hex color red value is 120, green value is 204 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #78ccd8 hue: 0.52 , saturation: 0.55 and the lightness value of 78ccd8 is 0.66.

The process color (four color CMYK) of #78ccd8 color hex is 0.44, 0.06, 0.00, 0.15. Web safe color of #78ccd8 is #66cccc. Color #78ccd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001100 11011000
Octal 170 314 330
Decimal 120 204 216
Hex 78 CC D8

RGB Percentages of Color #78ccd8

%22.22
%37.78
%40.00

CMYK Percentages of Color #78ccd8

%44
%6
%0
%15

Triadic Colors of #78ccd8

#78ccd8 #d878cc #ccd878

Analogous Colors of #78ccd8

#78ccd8 #789cd8 #78d8b4

Monochromatic Colors of #78ccd8

#78ccd8

Complementary Color

#78ccd8 #d88478

#78ccd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ccd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ccd8 Color CSS Codes

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

#78ccd8 Text Font Color

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

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


#78ccd8 Background Color

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

This div background color is #78ccd8


#78ccd8 Border Color

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

This div border color is #78ccd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ccd8


Comments

No comments written yet.

Please login to write comment.