Color Hex Logo

#78dbe1 Color Hex

#78DBE1
(120,219,225)
0 Favorites   0 Comments

Color spaces of #78dbe1

RGB 120219225
HSL0.510.640.68
HSV183°47°88°
CMYK 0.470.030.00   0.12
XYZ46.667960.092380.3735
Yxy60.09230.24940.3211
Hunter Lab77.5192-28.1986-7.2096
CIE-Lab81.8883-27.4782-11.9781

#78dbe1 color RGB value is (120,219,225).

#78dbe1 hex color red value is 120, green value is 219 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #78dbe1 hue: 0.51 , saturation: 0.64 and the lightness value of 78dbe1 is 0.68.

The process color (four color CMYK) of #78dbe1 color hex is 0.47, 0.03, 0.00, 0.12. Web safe color of #78dbe1 is #66cccc. Color #78dbe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11100001
Octal 170 333 341
Decimal 120 219 225
Hex 78 DB E1

RGB Percentages of Color #78dbe1

%21.28
%38.83
%39.89

CMYK Percentages of Color #78dbe1

%47
%3
%0
%12

Triadic Colors of #78dbe1

#78dbe1 #e178db #dbe178

Analogous Colors of #78dbe1

#78dbe1 #78a7e1 #78e1b3

Monochromatic Colors of #78dbe1

#78dbe1

Complementary Color

#78dbe1 #e17e78

#78dbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbe1 Color CSS Codes

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

#78dbe1 Text Font Color

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

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


#78dbe1 Background Color

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

This div background color is #78dbe1


#78dbe1 Border Color

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

This div border color is #78dbe1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,219,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #78dbe1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbe1


Comments

No comments written yet.

Please login to write comment.