Color Hex Logo

#78eceb Color Hex

#78ECEB
(120,236,235)
0 Favorites   0 Comments

Color spaces of #78eceb

RGB 120236235
HSL0.500.750.70
HSV179°49°93°
CMYK 0.490.000.00   0.07
XYZ52.736669.982189.3257
Yxy69.98210.24870.3300
Hunter Lab83.6553-33.8698-4.7501
CIE-Lab86.9881-33.0535-9.6615

#78eceb color RGB value is (120,236,235).

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

The process color (four color CMYK) of #78eceb color hex is 0.49, 0.00, 0.00, 0.07. Web safe color of #78eceb is #66ffff. Color #78eceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11101100 11101011
Octal 170 354 353
Decimal 120 236 235
Hex 78 EC EB

RGB Percentages of Color #78eceb

%20.30
%39.93
%39.76

CMYK Percentages of Color #78eceb

%49
%0
%0
%7

Triadic Colors of #78eceb

#78eceb #eb78ec #eceb78

Analogous Colors of #78eceb

#78eceb #78b3ec #78ecb1

Monochromatic Colors of #78eceb

#78eceb

Complementary Color

#78eceb #ec7879

#78eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78eceb Color CSS Codes

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

#78eceb Text Font Color

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

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


#78eceb Background Color

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

This div background color is #78eceb


#78eceb Border Color

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

This div border color is #78eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78eceb


Comments

No comments written yet.

Please login to write comment.