Color Hex Logo

#78dde4 Color Hex

#78DDE4
(120,221,228)
0 Favorites   0 Comments

Color spaces of #78dde4

RGB 120221228
HSL0.510.670.68
HSV184°47°89°
CMYK 0.470.030.00   0.11
XYZ47.605861.307482.7232
Yxy61.30740.24840.3199
Hunter Lab78.2990-28.4954-7.8308
CIE-Lab82.5437-27.6782-12.5926

#78dde4 color RGB value is (120,221,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11100100
Octal 170 335 344
Decimal 120 221 228
Hex 78 DD E4

RGB Percentages of Color #78dde4

%21.09
%38.84
%40.07

CMYK Percentages of Color #78dde4

%47
%3
%0
%11

Triadic Colors of #78dde4

#78dde4 #e478dd #dde478

Analogous Colors of #78dde4

#78dde4 #78a7e4 #78e4b5

Monochromatic Colors of #78dde4

#78dde4

Complementary Color

#78dde4 #e47f78

#78dde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dde4 Color CSS Codes

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

#78dde4 Text Font Color

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

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


#78dde4 Background Color

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

This div background color is #78dde4


#78dde4 Border Color

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

This div border color is #78dde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dde4


Comments

No comments written yet.

Please login to write comment.