Color Hex Logo

#78ddfb Color Hex

#78DDFB
(120,221,251)
0 Favorites   0 Comments

Color spaces of #78ddfb

RGB 120221251
HSL0.540.940.73
HSV194°52°98°
CMYK 0.520.120.00   0.02
XYZ51.014862.6710100.6747
Yxy62.67100.23800.2924
Hunter Lab79.1650-23.5114-19.9840
CIE-Lab83.2690-21.5438-23.6890

#78ddfb color RGB value is (120,221,251).

#78ddfb hex color red value is 120, green value is 221 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #78ddfb hue: 0.54 , saturation: 0.94 and the lightness value of 78ddfb is 0.73.

The process color (four color CMYK) of #78ddfb color hex is 0.52, 0.12, 0.00, 0.02. Web safe color of #78ddfb is #66ccff. Color #78ddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11111011
Octal 170 335 373
Decimal 120 221 251
Hex 78 DD FB

RGB Percentages of Color #78ddfb

%20.27
%37.33
%42.40

CMYK Percentages of Color #78ddfb

%52
%12
%0
%2

Triadic Colors of #78ddfb

#78ddfb #fb78dd #ddfb78

Analogous Colors of #78ddfb

#78ddfb #789cfb #78fbd8

Monochromatic Colors of #78ddfb

#78ddfb

Complementary Color

#78ddfb #fb9678

#78ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddfb Color CSS Codes

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

#78ddfb Text Font Color

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

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


#78ddfb Background Color

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

This div background color is #78ddfb


#78ddfb Border Color

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

This div border color is #78ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddfb

#78ddfb Color Palettes


Comments

No comments written yet.

Please login to write comment.