Color Hex Logo

#78dfeb Color Hex

#78DFEB
(120,223,235)
0 Favorites   0 Comments

Color spaces of #78dfeb

RGB 120223235
HSL0.520.740.70
HSV186°49°92°
CMYK 0.490.050.00   0.08
XYZ49.128862.766688.1231
Yxy62.76660.24560.3138
Hunter Lab79.2254-27.9540-10.4910
CIE-Lab83.3194-26.8317-15.1427

#78dfeb color RGB value is (120,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011111 11101011
Octal 170 337 353
Decimal 120 223 235
Hex 78 DF EB

RGB Percentages of Color #78dfeb

%20.76
%38.58
%40.66

CMYK Percentages of Color #78dfeb

%49
%5
%0
%8

Triadic Colors of #78dfeb

#78dfeb #eb78df #dfeb78

Analogous Colors of #78dfeb

#78dfeb #78a6eb #78ebbe

Monochromatic Colors of #78dfeb

#78dfeb

Complementary Color

#78dfeb #eb8478

#78dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78dfeb Color CSS Codes

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

#78dfeb Text Font Color

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

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


#78dfeb Background Color

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

This div background color is #78dfeb


#78dfeb Border Color

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

This div border color is #78dfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,223,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 #78dfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78dfeb


Comments

No comments written yet.

Please login to write comment.