Color Hex Logo

#78fcfd Color Hex

#78FCFD
(120,252,253)
0 Favorites   0 Comments

Color spaces of #78fcfd

RGB 120252253
HSL0.500.970.73
HSV180°53°99°
CMYK 0.530.000.00   0.01
XYZ60.285880.7057105.3289
Yxy80.70570.24470.3276
Hunter Lab89.8364-37.4290-6.6293
CIE-Lab92.0006-35.9218-11.5919

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 11111101
Octal 170 374 375
Decimal 120 252 253
Hex 78 FC FD

RGB Percentages of Color #78fcfd

%19.20
%40.32
%40.48

CMYK Percentages of Color #78fcfd

%53
%0
%0
%1

Triadic Colors of #78fcfd

#78fcfd #fd78fc #fcfd78

Analogous Colors of #78fcfd

#78fcfd #78bafd #78fdbc

Monochromatic Colors of #78fcfd

#78fcfd

Complementary Color

#78fcfd #fd7978

#78fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fcfd Color CSS Codes

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

#78fcfd Text Font Color

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

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


#78fcfd Background Color

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

This div background color is #78fcfd


#78fcfd Border Color

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

This div border color is #78fcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.