Color Hex Logo

#78bbdf Color Hex

#78BBDF
(120,187,223)
0 Favorites   0 Comments

Color spaces of #78bbdf

RGB 120187223
HSL0.560.620.67
HSV201°46°87°
CMYK 0.460.160.00   0.13
XYZ38.835344.861476.4243
Yxy44.86140.24250.2802
Hunter Lab66.9787-13.7155-20.7663
CIE-Lab72.8005-11.7391-24.6364

#78bbdf color RGB value is (120,187,223).

#78bbdf hex color red value is 120, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #78bbdf hue: 0.56 , saturation: 0.62 and the lightness value of 78bbdf is 0.67.

The process color (four color CMYK) of #78bbdf color hex is 0.46, 0.16, 0.00, 0.13. Web safe color of #78bbdf is #66cccc. Color #78bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 11011111
Octal 170 273 337
Decimal 120 187 223
Hex 78 BB DF

RGB Percentages of Color #78bbdf

%22.64
%35.28
%42.08

CMYK Percentages of Color #78bbdf

%46
%16
%0
%13

Triadic Colors of #78bbdf

#78bbdf #df78bb #bbdf78

Analogous Colors of #78bbdf

#78bbdf #7888df #78dfd0

Monochromatic Colors of #78bbdf

#78bbdf

Complementary Color

#78bbdf #df9c78

#78bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbdf Color CSS Codes

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

#78bbdf Text Font Color

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

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


#78bbdf Background Color

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

This div background color is #78bbdf


#78bbdf Border Color

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

This div border color is #78bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbdf


Comments

No comments written yet.

Please login to write comment.