Color Hex Logo

#78edfd Color Hex

#78EDFD
(120,237,253)
0 Favorites   0 Comments

Color spaces of #78edfd

RGB 120237253
HSL0.520.970.73
HSV187°53°99°
CMYK 0.530.060.00   0.01
XYZ55.759571.6533103.8201
Yxy71.65330.24110.3099
Hunter Lab84.6483-30.5530-13.4647
CIE-Lab87.8014-28.8545-17.8828

#78edfd color RGB value is (120,237,253).

#78edfd hex color red value is 120, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #78edfd hue: 0.52 , saturation: 0.97 and the lightness value of 78edfd is 0.73.

The process color (four color CMYK) of #78edfd color hex is 0.53, 0.06, 0.00, 0.01. Web safe color of #78edfd is #66ffff. Color #78edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101101 11111101
Octal 170 355 375
Decimal 120 237 253
Hex 78 ED FD

RGB Percentages of Color #78edfd

%19.67
%38.85
%41.48

CMYK Percentages of Color #78edfd

%53
%6
%0
%1

Triadic Colors of #78edfd

#78edfd #fd78ed #edfd78

Analogous Colors of #78edfd

#78edfd #78abfd #78fdcb

Monochromatic Colors of #78edfd

#78edfd

Complementary Color

#78edfd #fd8878

#78edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78edfd Color CSS Codes

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

#78edfd Text Font Color

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

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


#78edfd Background Color

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

This div background color is #78edfd


#78edfd Border Color

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

This div border color is #78edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78edfd


Comments

No comments written yet.

Please login to write comment.