Color Hex Logo

#80cefa Color Hex

#80CEFA
(128,206,250)
0 Favorites   0 Comments

Color spaces of #80cefa

RGB 128206250
HSL0.560.920.74
HSV202°49°98°
CMYK 0.490.180.00   0.02
XYZ48.228755.633998.6390
Yxy55.63390.23820.2747
Hunter Lab74.5881-15.1111-26.1963
CIE-Lab79.4050-12.4249-29.0288

#80cefa color RGB value is (128,206,250).

#80cefa hex color red value is 128, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #80cefa hue: 0.56 , saturation: 0.92 and the lightness value of 80cefa is 0.74.

The process color (four color CMYK) of #80cefa color hex is 0.49, 0.18, 0.00, 0.02. Web safe color of #80cefa is #99ccff. Color #80cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11001110 11111010
Octal 200 316 372
Decimal 128 206 250
Hex 80 CE FA

RGB Percentages of Color #80cefa

%21.92
%35.27
%42.81

CMYK Percentages of Color #80cefa

%49
%18
%0
%2

Triadic Colors of #80cefa

#80cefa #fa80ce #cefa80

Analogous Colors of #80cefa

#80cefa #8091fa #80fae9

Monochromatic Colors of #80cefa

#80cefa

Complementary Color

#80cefa #faac80

#80cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#80cefa Color CSS Codes

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

#80cefa Text Font Color

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

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


#80cefa Background Color

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

This div background color is #80cefa


#80cefa Border Color

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

This div border color is #80cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80cefa


Comments

No comments written yet.

Please login to write comment.