Color Hex Logo

#80eeeb Color Hex

#80EEEB
(128,238,235)
0 Favorites   0 Comments

Color spaces of #80eeeb

RGB 128238235
HSL0.500.760.72
HSV178°46°93°
CMYK 0.460.000.01   0.07
XYZ54.472071.736489.5728
Yxy71.73640.25240.3324
Hunter Lab84.6973-33.4204-3.4148
CIE-Lab87.8416-32.2741-8.3624

#80eeeb color RGB value is (128,238,235).

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

The process color (four color CMYK) of #80eeeb color hex is 0.46, 0.00, 0.01, 0.07. Web safe color of #80eeeb is #99ffff. Color #80eeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101110 11101011
Octal 200 356 353
Decimal 128 238 235
Hex 80 EE EB

RGB Percentages of Color #80eeeb

%21.30
%39.60
%39.10

CMYK Percentages of Color #80eeeb

%46
%0
%1
%7

Triadic Colors of #80eeeb

#80eeeb #eb80ee #eeeb80

Analogous Colors of #80eeeb

#80eeeb #80baee #80eeb4

Monochromatic Colors of #80eeeb

#80eeeb

Complementary Color

#80eeeb #ee8083

#80eeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80eeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80eeeb Color CSS Codes

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

#80eeeb Text Font Color

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

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


#80eeeb Background Color

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

This div background color is #80eeeb


#80eeeb Border Color

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

This div border color is #80eeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80eeeb


Comments

No comments written yet.

Please login to write comment.