Color Hex Logo

#78abee Color Hex

#78ABEE
(120,171,238)
0 Favorites   0 Comments

Color spaces of #78abee

RGB 120171238
HSL0.590.780.70
HSV214°50°93°
CMYK 0.500.280.00   0.07
XYZ37.741339.291986.4838
Yxy39.29190.23080.2403
Hunter Lab62.6833-2.2217-37.9239
CIE-Lab68.96221.2883-38.7336

#78abee color RGB value is (120,171,238).

#78abee hex color red value is 120, green value is 171 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #78abee hue: 0.59 , saturation: 0.78 and the lightness value of 78abee is 0.70.

The process color (four color CMYK) of #78abee color hex is 0.50, 0.28, 0.00, 0.07. Web safe color of #78abee is #6699ff. Color #78abee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101011 11101110
Octal 170 253 356
Decimal 120 171 238
Hex 78 AB EE

RGB Percentages of Color #78abee

%22.68
%32.33
%44.99

CMYK Percentages of Color #78abee

%50
%28
%0
%7

Triadic Colors of #78abee

#78abee #ee78ab #abee78

Analogous Colors of #78abee

#78abee #8078ee #78e6ee

Monochromatic Colors of #78abee

#78abee

Complementary Color

#78abee #eebb78

#78abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#78abee Color CSS Codes

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

#78abee Text Font Color

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

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


#78abee Background Color

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

This div background color is #78abee


#78abee Border Color

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

This div border color is #78abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78abee


Comments

No comments written yet.

Please login to write comment.