Color Hex Logo

#80eaeb Color Hex

#80EAEB
(128,234,235)
0 Favorites   0 Comments

Color spaces of #80eaeb

RGB 128234235
HSL0.500.730.71
HSV181°46°92°
CMYK 0.460.000.00   0.08
XYZ53.320369.433089.1889
Yxy69.43300.25160.3276
Hunter Lab83.3265-31.5998-5.1328
CIE-Lab86.7180-30.3791-10.0315

#80eaeb color RGB value is (128,234,235).

#80eaeb hex color red value is 128, green value is 234 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #80eaeb hue: 0.50 , saturation: 0.73 and the lightness value of 80eaeb is 0.71.

The process color (four color CMYK) of #80eaeb color hex is 0.46, 0.00, 0.00, 0.08. Web safe color of #80eaeb is #99ffff. Color #80eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101010 11101011
Octal 200 352 353
Decimal 128 234 235
Hex 80 EA EB

RGB Percentages of Color #80eaeb

%21.44
%39.20
%39.36

CMYK Percentages of Color #80eaeb

%46
%0
%0
%8

Triadic Colors of #80eaeb

#80eaeb #eb80ea #eaeb80

Analogous Colors of #80eaeb

#80eaeb #80b5eb #80ebb7

Monochromatic Colors of #80eaeb

#80eaeb

Complementary Color

#80eaeb #eb8180

#80eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eaeb Color CSS Codes

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

#80eaeb Text Font Color

<p style="color:#80eaeb">Text here</p>

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


#80eaeb Background Color

<div style="background-color:#80eaeb">
Div content here</div>

This div background color is #80eaeb


#80eaeb Border Color

<div style="border:3px solid #80eaeb">
Div here</div>

This div border color is #80eaeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,234,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80eaeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80eaeb;
  -webkit-box-shadow: 1px 1px 3px 2px #80eaeb;
  box-shadow:         1px 1px 3px 2px #80eaeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,234,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 #80eaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eaeb


Comments

No comments written yet.

Please login to write comment.