Color Hex Logo

#78bbee Color Hex

#78BBEE
(120,187,238)
0 Favorites   0 Comments

Color spaces of #78bbee

RGB 120187238
HSL0.570.780.70
HSV206°50°93°
CMYK 0.500.210.00   0.07
XYZ40.948745.706887.5530
Yxy45.70680.23510.2624
Hunter Lab67.6068-10.1964-29.4577
CIE-Lab73.3549-7.5168-31.9202

#78bbee color RGB value is (120,187,238).

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

The process color (four color CMYK) of #78bbee color hex is 0.50, 0.21, 0.00, 0.07. Web safe color of #78bbee is #66ccff. Color #78bbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 11101110
Octal 170 273 356
Decimal 120 187 238
Hex 78 BB EE

RGB Percentages of Color #78bbee

%22.02
%34.31
%43.67

CMYK Percentages of Color #78bbee

%50
%21
%0
%7

Triadic Colors of #78bbee

#78bbee #ee78bb #bbee78

Analogous Colors of #78bbee

#78bbee #7880ee #78eee6

Monochromatic Colors of #78bbee

#78bbee

Complementary Color

#78bbee #eeab78

#78bbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbee Color CSS Codes

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

#78bbee Text Font Color

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

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


#78bbee Background Color

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

This div background color is #78bbee


#78bbee Border Color

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

This div border color is #78bbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbee


Comments

No comments written yet.

Please login to write comment.