Color Hex Logo

#78ddeb Color Hex

#78DDEB
(120,221,235)
0 Favorites   0 Comments

Color spaces of #78ddeb

RGB 120221235
HSL0.520.740.70
HSV187°49°92°
CMYK 0.490.060.00   0.08
XYZ48.597661.704187.9460
Yxy61.70410.24510.3112
Hunter Lab78.5520-27.0336-11.3941
CIE-Lab82.7558-25.8538-15.9895

#78ddeb color RGB value is (120,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 11101011
Octal 170 335 353
Decimal 120 221 235
Hex 78 DD EB

RGB Percentages of Color #78ddeb

%20.83
%38.37
%40.80

CMYK Percentages of Color #78ddeb

%49
%6
%0
%8

Triadic Colors of #78ddeb

#78ddeb #eb78dd #ddeb78

Analogous Colors of #78ddeb

#78ddeb #78a4eb #78ebc0

Monochromatic Colors of #78ddeb

#78ddeb

Complementary Color

#78ddeb #eb8678

#78ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddeb Color CSS Codes

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

#78ddeb Text Font Color

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

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


#78ddeb Background Color

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

This div background color is #78ddeb


#78ddeb Border Color

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

This div border color is #78ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddeb


Comments

No comments written yet.

Please login to write comment.