Color Hex Logo

#80bfca Color Hex

#80BFCA
(128,191,202)
0 Favorites   0 Comments

Color spaces of #80bfca

RGB 128191202
HSL0.520.410.65
HSV189°37°79°
CMYK 0.370.050.00   0.21
XYZ38.193646.115162.7652
Yxy46.11510.25970.3136
Hunter Lab67.9081-18.4453-7.2641
CIE-Lab73.6202-17.3269-11.9322

#80bfca color RGB value is (128,191,202).

#80bfca hex color red value is 128, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #80bfca hue: 0.52 , saturation: 0.41 and the lightness value of 80bfca is 0.65.

The process color (four color CMYK) of #80bfca color hex is 0.37, 0.05, 0.00, 0.21. Web safe color of #80bfca is #99cccc. Color #80bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10111111 11001010
Octal 200 277 312
Decimal 128 191 202
Hex 80 BF CA

RGB Percentages of Color #80bfca

%24.57
%36.66
%38.77

CMYK Percentages of Color #80bfca

%37
%5
%0
%21

Triadic Colors of #80bfca

#80bfca #ca80bf #bfca80

Analogous Colors of #80bfca

#80bfca #809aca #80cab0

Monochromatic Colors of #80bfca

#80bfca

Complementary Color

#80bfca #ca8b80

#80bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#80bfca Color CSS Codes

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

#80bfca Text Font Color

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

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


#80bfca Background Color

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

This div background color is #80bfca


#80bfca Border Color

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

This div border color is #80bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80bfca


Comments

No comments written yet.

Please login to write comment.