Color Hex Logo

#78befd Color Hex

#78BEFD
(120,190,253)
0 Favorites   0 Comments

Color spaces of #78befd

RGB 120190253
HSL0.580.970.73
HSV208°53°99°
CMYK 0.530.250.00   0.01
XYZ43.888847.911899.8632
Yxy47.91180.22900.2500
Hunter Lab69.2184-7.9519-37.0865
CIE-Lab74.7693-4.7834-37.8187

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 11111101
Octal 170 276 375
Decimal 120 190 253
Hex 78 BE FD

RGB Percentages of Color #78befd

%21.31
%33.75
%44.94

CMYK Percentages of Color #78befd

%53
%25
%0
%1

Triadic Colors of #78befd

#78befd #fd78be #befd78

Analogous Colors of #78befd

#78befd #787cfd #78fdfa

Monochromatic Colors of #78befd

#78befd

Complementary Color

#78befd #fdb778

#78befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#78befd Color CSS Codes

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

#78befd Text Font Color

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

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


#78befd Background Color

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

This div background color is #78befd


#78befd Border Color

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

This div border color is #78befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78befd


Comments

No comments written yet.

Please login to write comment.