Color Hex Logo

#78ddfe Color Hex

#78DDFE
(120,221,254)
0 Favorites   0 Comments

Color spaces of #78ddfe

RGB 120221254
HSL0.540.990.73
HSV195°53°100°
CMYK 0.530.130.00   0.00
XYZ51.491662.8617103.1856
Yxy62.86170.23670.2890
Hunter Lab79.2854-22.8232-21.6630
CIE-Lab83.3696-20.7154-25.1221

#78ddfe color RGB value is (120,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11111110
Octal 170 335 376
Decimal 120 221 254
Hex 78 DD FE

RGB Percentages of Color #78ddfe

%20.17
%37.14
%42.69

CMYK Percentages of Color #78ddfe

%53
%13
%0
%0

Triadic Colors of #78ddfe

#78ddfe #fe78dd #ddfe78

Analogous Colors of #78ddfe

#78ddfe #789afe #78fedc

Monochromatic Colors of #78ddfe

#78ddfe

Complementary Color

#78ddfe #fe9978

#78ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddfe Color CSS Codes

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

#78ddfe Text Font Color

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

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


#78ddfe Background Color

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

This div background color is #78ddfe


#78ddfe Border Color

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

This div border color is #78ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.