Color Hex Logo

#78fdfd Color Hex

#78FDFD
(120,253,253)
0 Favorites   0 Comments

Color spaces of #78fdfd

RGB 120253253
HSL0.500.970.73
HSV180°53°99°
CMYK 0.530.000.00   0.01
XYZ60.600681.3355105.4338
Yxy81.33550.24500.3288
Hunter Lab90.1862-37.8828-6.1837
CIE-Lab92.2808-36.3831-11.1744

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111101 11111101
Octal 170 375 375
Decimal 120 253 253
Hex 78 FD FD

RGB Percentages of Color #78fdfd

%19.17
%40.42
%40.42

CMYK Percentages of Color #78fdfd

%53
%0
%0
%1

Triadic Colors of #78fdfd

#78fdfd #fd78fd #fdfd78

Analogous Colors of #78fdfd

#78fdfd #78bbfd #78fdbb

Monochromatic Colors of #78fdfd

#78fdfd

Complementary Color

#78fdfd #fd7878

#78fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fdfd Color CSS Codes

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

#78fdfd Text Font Color

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

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


#78fdfd Background Color

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

This div background color is #78fdfd


#78fdfd Border Color

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

This div border color is #78fdfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,253,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 #78fdfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.