Color Hex Logo

#80bfed Color Hex

#80BFED
(128,191,237)
0 Favorites   0 Comments

Color spaces of #80bfed

RGB 128191237
HSL0.570.750.72
HSV205°46°93°
CMYK 0.460.190.00   0.07
XYZ42.819047.965287.1222
Yxy47.96520.24070.2696
Hunter Lab69.2569-10.8396-26.1044
CIE-Lab74.8030-8.0946-29.1179

#80bfed color RGB value is (128,191,237).

#80bfed hex color red value is 128, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #80bfed hue: 0.57 , saturation: 0.75 and the lightness value of 80bfed is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11101101
Octal 200 277 355
Decimal 128 191 237
Hex 80 BF ED

RGB Percentages of Color #80bfed

%23.02
%34.35
%42.63

CMYK Percentages of Color #80bfed

%46
%19
%0
%7

Triadic Colors of #80bfed

#80bfed #ed80bf #bfed80

Analogous Colors of #80bfed

#80bfed #8089ed #80ede5

Monochromatic Colors of #80bfed

#80bfed

Complementary Color

#80bfed #edae80

#80bfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfed Color CSS Codes

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

#80bfed Text Font Color

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

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


#80bfed Background Color

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

This div background color is #80bfed


#80bfed Border Color

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

This div border color is #80bfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfed


Comments

No comments written yet.

Please login to write comment.