Color Hex Logo

#80ceba Color Hex

#80CEBA
(128,206,186)
0 Favorites   0 Comments

Color spaces of #80ceba

RGB 128206186
HSL0.460.440.65
HSV165°38°81°
CMYK 0.380.000.10   0.19
XYZ39.836352.277054.4452
Yxy52.27700.27180.3567
Hunter Lab72.3028-28.18285.9657
CIE-Lab77.4462-28.60272.3704

#80ceba color RGB value is (128,206,186).

#80ceba hex color red value is 128, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #80ceba hue: 0.46 , saturation: 0.44 and the lightness value of 80ceba is 0.65.

The process color (four color CMYK) of #80ceba color hex is 0.38, 0.00, 0.10, 0.19. Web safe color of #80ceba is #99cccc. Color #80ceba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 10111010
Octal 200 316 272
Decimal 128 206 186
Hex 80 CE BA

RGB Percentages of Color #80ceba

%24.62
%39.62
%35.77

CMYK Percentages of Color #80ceba

%38
%0
%10
%19

Triadic Colors of #80ceba

#80ceba #ba80ce #ceba80

Analogous Colors of #80ceba

#80ceba #80bbce #80ce93

Monochromatic Colors of #80ceba

#80ceba

Complementary Color

#80ceba #ce8094

#80ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ceba Color CSS Codes

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

#80ceba Text Font Color

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

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


#80ceba Background Color

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

This div background color is #80ceba


#80ceba Border Color

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

This div border color is #80ceba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,206,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #80ceba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ceba


Comments

No comments written yet.

Please login to write comment.