Color Hex Logo

#78ddea Color Hex

#78DDEA
(120,221,234)
0 Favorites   0 Comments

Color spaces of #78ddea

RGB 120221234
HSL0.520.730.69
HSV187°49°92°
CMYK 0.490.060.00   0.08
XYZ48.453561.646587.1871
Yxy61.64650.24560.3125
Hunter Lab78.5153-27.2455-10.8777
CIE-Lab82.7251-26.1169-15.5052

#78ddea color RGB value is (120,221,234).

#78ddea hex color red value is 120, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #78ddea hue: 0.52 , saturation: 0.73 and the lightness value of 78ddea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11101010
Octal 170 335 352
Decimal 120 221 234
Hex 78 DD EA

RGB Percentages of Color #78ddea

%20.87
%38.43
%40.70

CMYK Percentages of Color #78ddea

%49
%6
%0
%8

Triadic Colors of #78ddea

#78ddea #ea78dd #ddea78

Analogous Colors of #78ddea

#78ddea #78a4ea #78eabe

Monochromatic Colors of #78ddea

#78ddea

Complementary Color

#78ddea #ea8578

#78ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddea Color CSS Codes

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

#78ddea Text Font Color

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

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


#78ddea Background Color

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

This div background color is #78ddea


#78ddea Border Color

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

This div border color is #78ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddea


Comments

No comments written yet.

Please login to write comment.