Color Hex Logo

#86befb Color Hex

#86BEFB
(134,190,251)
0 Favorites   0 Comments

Color spaces of #86befb

RGB 134190251
HSL0.590.940.75
HSV211°47°98°
CMYK 0.470.240.00   0.02
XYZ45.657648.860398.2914
Yxy48.86030.23680.2534
Hunter Lab69.9001-5.7320-34.4416
CIE-Lab75.3643-2.2248-35.7678

#86befb color RGB value is (134,190,251).

#86befb hex color red value is 134, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #86befb hue: 0.59 , saturation: 0.94 and the lightness value of 86befb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 11111011
Octal 206 276 373
Decimal 134 190 251
Hex 86 BE FB

RGB Percentages of Color #86befb

%23.30
%33.04
%43.65

CMYK Percentages of Color #86befb

%47
%24
%0
%2

Triadic Colors of #86befb

#86befb #fb86be #befb86

Analogous Colors of #86befb

#86befb #8986fb #86f9fb

Monochromatic Colors of #86befb

#86befb

Complementary Color

#86befb #fbc386

#86befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86befb Color CSS Codes

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

#86befb Text Font Color

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

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


#86befb Background Color

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

This div background color is #86befb


#86befb Border Color

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

This div border color is #86befb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,190,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86befb


Comments

No comments written yet.

Please login to write comment.