Color Hex Logo

#78caff Color Hex

#78CAFF
(120,202,255)
0 Favorites   0 Comments

Color spaces of #78caff

RGB 120202255
HSL0.571.000.74
HSV204°53°100°
CMYK 0.530.210.00   0.00
XYZ46.916353.4541102.4527
Yxy53.45410.23130.2636
Hunter Lab73.1123-13.4028-31.9048
CIE-Lab78.1423-10.6331-33.6683

#78caff color RGB value is (120,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001010 11111111
Octal 170 312 377
Decimal 120 202 255
Hex 78 CA FF

RGB Percentages of Color #78caff

%20.80
%35.01
%44.19

CMYK Percentages of Color #78caff

%53
%21
%0
%0

Triadic Colors of #78caff

#78caff #ff78ca #caff78

Analogous Colors of #78caff

#78caff #7887ff #78fff1

Monochromatic Colors of #78caff

#78caff

Complementary Color

#78caff #ffad78

#78caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#78caff Color CSS Codes

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

#78caff Text Font Color

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

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


#78caff Background Color

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

This div background color is #78caff


#78caff Border Color

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

This div border color is #78caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78caff


Comments

No comments written yet.

Please login to write comment.