Color Hex Logo

#78aebe Color Hex

#78AEBE
(120,174,190)
0 Favorites   0 Comments

Color spaces of #78aebe

RGB 120174190
HSL0.540.350.61
HSV194°37°75°
CMYK 0.370.080.00   0.25
XYZ32.176037.982954.3508
Yxy37.98290.25840.3051
Hunter Lab61.6303-14.6615-9.1458
CIE-Lab68.0080-13.6315-13.8105

#78aebe color RGB value is (120,174,190).

#78aebe hex color red value is 120, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #78aebe hue: 0.54 , saturation: 0.35 and the lightness value of 78aebe is 0.61.

The process color (four color CMYK) of #78aebe color hex is 0.37, 0.08, 0.00, 0.25. Web safe color of #78aebe is #6699cc. Color #78aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 10111110
Octal 170 256 276
Decimal 120 174 190
Hex 78 AE BE

RGB Percentages of Color #78aebe

%24.79
%35.95
%39.26

CMYK Percentages of Color #78aebe

%37
%8
%0
%25

Triadic Colors of #78aebe

#78aebe #be78ae #aebe78

Analogous Colors of #78aebe

#78aebe #788bbe #78beab

Monochromatic Colors of #78aebe

#78aebe

Complementary Color

#78aebe #be8878

#78aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aebe Color CSS Codes

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

#78aebe Text Font Color

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

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


#78aebe Background Color

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

This div background color is #78aebe


#78aebe Border Color

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

This div border color is #78aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aebe


Comments

No comments written yet.

Please login to write comment.