Color Hex Logo

#78bddc Color Hex

#78BDDC
(120,189,220)
0 Favorites   0 Comments

Color spaces of #78bddc

RGB 120189220
HSL0.550.590.67
HSV199°45°86°
CMYK 0.450.140.00   0.14
XYZ38.861645.555674.4550
Yxy45.55560.24460.2867
Hunter Lab67.4949-15.3409-18.1576
CIE-Lab73.2562-13.6196-22.3108

#78bddc color RGB value is (120,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111101 11011100
Octal 170 275 334
Decimal 120 189 220
Hex 78 BD DC

RGB Percentages of Color #78bddc

%22.68
%35.73
%41.59

CMYK Percentages of Color #78bddc

%45
%14
%0
%14

Triadic Colors of #78bddc

#78bddc #dc78bd #bddc78

Analogous Colors of #78bddc

#78bddc #788bdc #78dcc9

Monochromatic Colors of #78bddc

#78bddc

Complementary Color

#78bddc #dc9778

#78bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bddc Color CSS Codes

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

#78bddc Text Font Color

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

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


#78bddc Background Color

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

This div background color is #78bddc


#78bddc Border Color

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

This div border color is #78bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bddc


Comments

No comments written yet.

Please login to write comment.