Color Hex Logo

#78cada Color Hex

#78CADA
(120,202,218)
0 Favorites   0 Comments

Color spaces of #78cada

RGB 120202218
HSL0.530.570.66
HSV190°45°85°
CMYK 0.450.070.00   0.15
XYZ41.521151.296174.0424
Yxy51.29610.24880.3074
Hunter Lab71.6213-21.8552-11.1593
CIE-Lab76.8580-20.8651-15.7747

#78cada color RGB value is (120,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001010 11011010
Octal 170 312 332
Decimal 120 202 218
Hex 78 CA DA

RGB Percentages of Color #78cada

%22.22
%37.41
%40.37

CMYK Percentages of Color #78cada

%45
%7
%0
%15

Triadic Colors of #78cada

#78cada #da78ca #cada78

Analogous Colors of #78cada

#78cada #7899da #78dab9

Monochromatic Colors of #78cada

#78cada

Complementary Color

#78cada #da8878

#78cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cada Color CSS Codes

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

#78cada Text Font Color

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

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


#78cada Background Color

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

This div background color is #78cada


#78cada Border Color

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

This div border color is #78cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cada


Comments

No comments written yet.

Please login to write comment.