Color Hex Logo

#80cbbd Color Hex

#80CBBD
(128,203,189)
0 Favorites   0 Comments

Color spaces of #80cbbd

RGB 128203189
HSL0.470.420.65
HSV169°37°80°
CMYK 0.370.000.07   0.20
XYZ39.443350.975255.9044
Yxy50.97520.26960.3484
Hunter Lab71.3969-26.33213.5533
CIE-Lab76.6640-26.4657-0.3839

#80cbbd color RGB value is (128,203,189).

#80cbbd hex color red value is 128, green value is 203 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #80cbbd hue: 0.47 , saturation: 0.42 and the lightness value of 80cbbd is 0.65.

The process color (four color CMYK) of #80cbbd color hex is 0.37, 0.00, 0.07, 0.20. Web safe color of #80cbbd is #99cccc. Color #80cbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001011 10111101
Octal 200 313 275
Decimal 128 203 189
Hex 80 CB BD

RGB Percentages of Color #80cbbd

%24.62
%39.04
%36.35

CMYK Percentages of Color #80cbbd

%37
%0
%7
%20

Triadic Colors of #80cbbd

#80cbbd #bd80cb #cbbd80

Analogous Colors of #80cbbd

#80cbbd #80b4cb #80cb98

Monochromatic Colors of #80cbbd

#80cbbd

Complementary Color

#80cbbd #cb808e

#80cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cbbd Color CSS Codes

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

#80cbbd Text Font Color

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

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


#80cbbd Background Color

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

This div background color is #80cbbd


#80cbbd Border Color

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

This div border color is #80cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cbbd


Comments

No comments written yet.

Please login to write comment.