Color Hex Logo

#78feeb Color Hex

#78FEEB
(120,254,235)
0 Favorites   0 Comments

Color spaces of #78feeb

RGB 120254235
HSL0.480.990.73
HSV171°53°100°
CMYK 0.530.000.07   0.00
XYZ58.182980.874991.1411
Yxy80.87490.25280.3513
Hunter Lab89.9305-41.89302.8632
CIE-Lab92.0760-41.3012-2.1491

#78feeb color RGB value is (120,254,235).

#78feeb hex color red value is 120, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #78feeb hue: 0.48 , saturation: 0.99 and the lightness value of 78feeb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111110 11101011
Octal 170 376 353
Decimal 120 254 235
Hex 78 FE EB

RGB Percentages of Color #78feeb

%19.70
%41.71
%38.59

CMYK Percentages of Color #78feeb

%53
%0
%7
%0

Triadic Colors of #78feeb

#78feeb #eb78fe #feeb78

Analogous Colors of #78feeb

#78feeb #78cefe #78fea8

Monochromatic Colors of #78feeb

#78feeb

Complementary Color

#78feeb #fe788b

#78feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78feeb Color CSS Codes

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

#78feeb Text Font Color

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

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


#78feeb Background Color

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

This div background color is #78feeb


#78feeb Border Color

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

This div border color is #78feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78feeb

Related Colors


Comments

No comments written yet.

Please login to write comment.