Color Hex Logo

#78bbec Color Hex

#78BBEC
(120,187,236)
0 Favorites   0 Comments

Color spaces of #78bbec

RGB 120187236
HSL0.570.750.70
HSV205°49°93°
CMYK 0.490.210.00   0.07
XYZ40.656445.589886.0138
Yxy45.58980.23600.2647
Hunter Lab67.5202-10.6790-28.2652
CIE-Lab73.2786-8.0886-30.9554

#78bbec color RGB value is (120,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 11101100
Octal 170 273 354
Decimal 120 187 236
Hex 78 BB EC

RGB Percentages of Color #78bbec

%22.10
%34.44
%43.46

CMYK Percentages of Color #78bbec

%49
%21
%0
%7

Triadic Colors of #78bbec

#78bbec #ec78bb #bbec78

Analogous Colors of #78bbec

#78bbec #7881ec #78ece3

Monochromatic Colors of #78bbec

#78bbec

Complementary Color

#78bbec #eca978

#78bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbec Color CSS Codes

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

#78bbec Text Font Color

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

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


#78bbec Background Color

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

This div background color is #78bbec


#78bbec Border Color

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

This div border color is #78bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbec


Comments

No comments written yet.

Please login to write comment.