Color Hex Logo

#86cffa Color Hex

#86CFFA
(134,207,250)
0 Favorites   0 Comments

Color spaces of #86cffa

RGB 134207250
HSL0.560.920.75
HSV202°46°98°
CMYK 0.460.170.00   0.02
XYZ49.399756.596198.7630
Yxy56.59610.24130.2764
Hunter Lab75.2304-14.4419-25.1751
CIE-Lab79.9519-11.5802-28.1669

#86cffa color RGB value is (134,207,250).

#86cffa hex color red value is 134, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #86cffa hue: 0.56 , saturation: 0.92 and the lightness value of 86cffa is 0.75.

The process color (four color CMYK) of #86cffa color hex is 0.46, 0.17, 0.00, 0.02. Web safe color of #86cffa is #99ccff. Color #86cffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001111 11111010
Octal 206 317 372
Decimal 134 207 250
Hex 86 CF FA

RGB Percentages of Color #86cffa

%22.67
%35.03
%42.30

CMYK Percentages of Color #86cffa

%46
%17
%0
%2

Triadic Colors of #86cffa

#86cffa #fa86cf #cffa86

Analogous Colors of #86cffa

#86cffa #8695fa #86faeb

Monochromatic Colors of #86cffa

#86cffa

Complementary Color

#86cffa #fab186

#86cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cffa Color CSS Codes

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

#86cffa Text Font Color

<p style="color:#86cffa">Text here</p>

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


#86cffa Background Color

<div style="background-color:#86cffa">
Div content here</div>

This div background color is #86cffa


#86cffa Border Color

<div style="border:3px solid #86cffa">
Div here</div>

This div border color is #86cffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,207,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86cffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86cffa;
  -webkit-box-shadow: 1px 1px 3px 2px #86cffa;
  box-shadow:         1px 1px 3px 2px #86cffa; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cffa


Comments

No comments written yet.

Please login to write comment.