Color Hex Logo

#78bddd Color Hex

#78BDDD
(120,189,221)
0 Favorites   0 Comments

Color spaces of #78bddd

RGB 120189221
HSL0.550.600.67
HSV199°46°87°
CMYK 0.460.140.00   0.13
XYZ38.994545.608775.1547
Yxy45.60870.24410.2855
Hunter Lab67.5342-15.1183-18.7063
CIE-Lab73.2909-13.3465-22.8012

#78bddd color RGB value is (120,189,221).

#78bddd hex color red value is 120, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #78bddd hue: 0.55 , saturation: 0.60 and the lightness value of 78bddd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111101 11011101
Octal 170 275 335
Decimal 120 189 221
Hex 78 BD DD

RGB Percentages of Color #78bddd

%22.64
%35.66
%41.70

CMYK Percentages of Color #78bddd

%46
%14
%0
%13

Triadic Colors of #78bddd

#78bddd #dd78bd #bddd78

Analogous Colors of #78bddd

#78bddd #788bdd #78ddcb

Monochromatic Colors of #78bddd

#78bddd

Complementary Color

#78bddd #dd9878

#78bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bddd Color CSS Codes

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

#78bddd Text Font Color

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

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


#78bddd Background Color

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

This div background color is #78bddd


#78bddd Border Color

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

This div border color is #78bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bddd


Comments

No comments written yet.

Please login to write comment.