Color Hex Logo

#78ddff Color Hex

#78DDFF
(120,221,255)
0 Favorites   0 Comments

Color spaces of #78ddff

RGB 120221255
HSL0.541.000.74
HSV195°53°100°
CMYK 0.530.130.00   0.00
XYZ51.652262.9260104.0313
Yxy62.92600.23630.2878
Hunter Lab79.3259-22.5920-22.2272
CIE-Lab83.4034-20.4380-25.5989

#78ddff color RGB value is (120,221,255).

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

The process color (four color CMYK) of #78ddff color hex is 0.53, 0.13, 0.00, 0.00. Web safe color of #78ddff is #66ccff. Color #78ddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11111111
Octal 170 335 377
Decimal 120 221 255
Hex 78 DD FF

RGB Percentages of Color #78ddff

%20.13
%37.08
%42.79

CMYK Percentages of Color #78ddff

%53
%13
%0
%0

Triadic Colors of #78ddff

#78ddff #ff78dd #ddff78

Analogous Colors of #78ddff

#78ddff #789aff #78ffde

Monochromatic Colors of #78ddff

#78ddff

Complementary Color

#78ddff #ff9a78

#78ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddff Color CSS Codes

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

#78ddff Text Font Color

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

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


#78ddff Background Color

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

This div background color is #78ddff


#78ddff Border Color

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

This div border color is #78ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.