Color Hex Logo

#80ebfc Color Hex

#80EBFC
(128,235,252)
0 Favorites   0 Comments

Color spaces of #80ebfc

RGB 128235252
HSL0.520.950.75
HSV188°49°99°
CMYK 0.490.070.00   0.01
XYZ56.181171.0341102.8454
Yxy71.03410.24420.3088
Hunter Lab84.2817-28.5073-13.3518
CIE-Lab87.5016-26.5096-17.7818

#80ebfc color RGB value is (128,235,252).

#80ebfc hex color red value is 128, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #80ebfc hue: 0.52 , saturation: 0.95 and the lightness value of 80ebfc is 0.75.

The process color (four color CMYK) of #80ebfc color hex is 0.49, 0.07, 0.00, 0.01. Web safe color of #80ebfc is #99ffff. Color #80ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11101011 11111100
Octal 200 353 374
Decimal 128 235 252
Hex 80 EB FC

RGB Percentages of Color #80ebfc

%20.81
%38.21
%40.98

CMYK Percentages of Color #80ebfc

%49
%7
%0
%1

Triadic Colors of #80ebfc

#80ebfc #fc80eb #ebfc80

Analogous Colors of #80ebfc

#80ebfc #80adfc #80fccf

Monochromatic Colors of #80ebfc

#80ebfc

Complementary Color

#80ebfc #fc9180

#80ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#80ebfc Color CSS Codes

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

#80ebfc Text Font Color

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

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


#80ebfc Background Color

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

This div background color is #80ebfc


#80ebfc Border Color

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

This div border color is #80ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80ebfc


Comments

No comments written yet.

Please login to write comment.