Color Hex Logo

#78dbed Color Hex

#78DBED
(120,219,237)
0 Favorites   0 Comments

Color spaces of #78dbed

RGB 120219237
HSL0.530.760.70
HSV189°49°93°
CMYK 0.490.080.00   0.07
XYZ48.363360.770589.3016
Yxy60.77050.24370.3062
Hunter Lab77.9554-25.6812-13.3507
CIE-Lab82.2552-24.3396-17.8048

#78dbed color RGB value is (120,219,237).

#78dbed hex color red value is 120, green value is 219 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #78dbed hue: 0.53 , saturation: 0.76 and the lightness value of 78dbed is 0.70.

The process color (four color CMYK) of #78dbed color hex is 0.49, 0.08, 0.00, 0.07. Web safe color of #78dbed is #66ccff. Color #78dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011011 11101101
Octal 170 333 355
Decimal 120 219 237
Hex 78 DB ED

RGB Percentages of Color #78dbed

%20.83
%38.02
%41.15

CMYK Percentages of Color #78dbed

%49
%8
%0
%7

Triadic Colors of #78dbed

#78dbed #ed78db #dbed78

Analogous Colors of #78dbed

#78dbed #78a1ed #78edc5

Monochromatic Colors of #78dbed

#78dbed

Complementary Color

#78dbed #ed8a78

#78dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dbed Color CSS Codes

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

#78dbed Text Font Color

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

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


#78dbed Background Color

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

This div background color is #78dbed


#78dbed Border Color

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

This div border color is #78dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dbed


Comments

No comments written yet.

Please login to write comment.