Color Hex Logo

#80cfeb Color Hex

#80CFEB
(128,207,235)
0 Favorites   0 Comments

Color spaces of #80cfeb

RGB 128207235
HSL0.540.730.71
HSV196°46°92°
CMYK 0.460.120.00   0.08
XYZ46.210355.213086.8189
Yxy55.21300.24550.2933
Hunter Lab74.3055-19.0260-17.2609
CIE-Lab79.1638-17.0281-21.3835

#80cfeb color RGB value is (128,207,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001111 11101011
Octal 200 317 353
Decimal 128 207 235
Hex 80 CF EB

RGB Percentages of Color #80cfeb

%22.46
%36.32
%41.23

CMYK Percentages of Color #80cfeb

%46
%12
%0
%8

Triadic Colors of #80cfeb

#80cfeb #eb80cf #cfeb80

Analogous Colors of #80cfeb

#80cfeb #809aeb #80ebd2

Monochromatic Colors of #80cfeb

#80cfeb

Complementary Color

#80cfeb #eb9c80

#80cfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cfeb Color CSS Codes

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

#80cfeb Text Font Color

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

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


#80cfeb Background Color

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

This div background color is #80cfeb


#80cfeb Border Color

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

This div border color is #80cfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cfeb


Comments

No comments written yet.

Please login to write comment.