Color Hex Logo

#78eaff Color Hex

#78EAFF
(120,234,255)
0 Favorites   0 Comments

Color spaces of #78eaff

RGB 120234255
HSL0.531.000.74
HSV189°53°100°
CMYK 0.530.080.00   0.00
XYZ55.218570.0587105.2201
Yxy70.05870.23960.3039
Hunter Lab83.7011-28.7185-15.9423
CIE-Lab87.0256-26.8686-20.1012

#78eaff color RGB value is (120,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101010 11111111
Octal 170 352 377
Decimal 120 234 255
Hex 78 EA FF

RGB Percentages of Color #78eaff

%19.70
%38.42
%41.87

CMYK Percentages of Color #78eaff

%53
%8
%0
%0

Triadic Colors of #78eaff

#78eaff #ff78ea #eaff78

Analogous Colors of #78eaff

#78eaff #78a7ff #78ffd1

Monochromatic Colors of #78eaff

#78eaff

Complementary Color

#78eaff #ff8d78

#78eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eaff Color CSS Codes

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

#78eaff Text Font Color

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

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


#78eaff Background Color

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

This div background color is #78eaff


#78eaff Border Color

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

This div border color is #78eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eaff


Comments

No comments written yet.

Please login to write comment.