Color Hex Logo

#80bddf Color Hex

#80BDDF
(128,189,223)
0 Favorites   0 Comments

Color spaces of #80bddf

RGB 128189223
HSL0.560.600.69
HSV201°43°87°
CMYK 0.430.150.00   0.13
XYZ40.419046.312176.6209
Yxy46.31210.24740.2835
Hunter Lab68.0530-13.0755-19.1175
CIE-Lab73.7476-10.8449-23.1558

#80bddf color RGB value is (128,189,223).

#80bddf hex color red value is 128, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #80bddf hue: 0.56 , saturation: 0.60 and the lightness value of 80bddf is 0.69.

The process color (four color CMYK) of #80bddf color hex is 0.43, 0.15, 0.00, 0.13. Web safe color of #80bddf is #99cccc. Color #80bddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111101 11011111
Octal 200 275 337
Decimal 128 189 223
Hex 80 BD DF

RGB Percentages of Color #80bddf

%23.70
%35.00
%41.30

CMYK Percentages of Color #80bddf

%43
%15
%0
%13

Triadic Colors of #80bddf

#80bddf #df80bd #bddf80

Analogous Colors of #80bddf

#80bddf #808edf #80dfd2

Monochromatic Colors of #80bddf

#80bddf

Complementary Color

#80bddf #dfa280

#80bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bddf Color CSS Codes

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

#80bddf Text Font Color

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

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


#80bddf Background Color

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

This div background color is #80bddf


#80bddf Border Color

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

This div border color is #80bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bddf

#80bddf Color Palettes


Comments

No comments written yet.

Please login to write comment.