Color Hex Logo

#78aecf Color Hex

#78AECF
(120,174,207)
0 Favorites   0 Comments

Color spaces of #78aecf

RGB 120174207
HSL0.560.480.64
HSV203°42°81°
CMYK 0.420.160.00   0.19
XYZ34.144338.770264.7153
Yxy38.77020.24810.2817
Hunter Lab62.2657-11.0820-18.0365
CIE-Lab68.5845-9.1507-22.3207

#78aecf color RGB value is (120,174,207).

#78aecf hex color red value is 120, green value is 174 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #78aecf hue: 0.56 , saturation: 0.48 and the lightness value of 78aecf is 0.64.

The process color (four color CMYK) of #78aecf color hex is 0.42, 0.16, 0.00, 0.19. Web safe color of #78aecf is #6699cc. Color #78aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 11001111
Octal 170 256 317
Decimal 120 174 207
Hex 78 AE CF

RGB Percentages of Color #78aecf

%23.95
%34.73
%41.32

CMYK Percentages of Color #78aecf

%42
%16
%0
%19

Triadic Colors of #78aecf

#78aecf #cf78ae #aecf78

Analogous Colors of #78aecf

#78aecf #7883cf #78cfc5

Monochromatic Colors of #78aecf

#78aecf

Complementary Color

#78aecf #cf9978

#78aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aecf Color CSS Codes

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

#78aecf Text Font Color

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

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


#78aecf Background Color

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

This div background color is #78aecf


#78aecf Border Color

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

This div border color is #78aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aecf


Comments

No comments written yet.

Please login to write comment.