Color Hex Logo

#86afeb Color Hex

#86AFEB
(134,175,235)
0 Favorites   0 Comments

Color spaces of #86afeb

RGB 134175235
HSL0.600.720.72
HSV216°43°92°
CMYK 0.430.260.00   0.08
XYZ40.156941.726484.5348
Yxy41.72640.24130.2507
Hunter Lab64.5960-2.0762-32.3738
CIE-Lab70.68191.5549-34.3667

#86afeb color RGB value is (134,175,235).

#86afeb hex color red value is 134, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #86afeb hue: 0.60 , saturation: 0.72 and the lightness value of 86afeb is 0.72.

The process color (four color CMYK) of #86afeb color hex is 0.43, 0.26, 0.00, 0.08. Web safe color of #86afeb is #9999ff. Color #86afeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11101011
Octal 206 257 353
Decimal 134 175 235
Hex 86 AF EB

RGB Percentages of Color #86afeb

%24.63
%32.17
%43.20

CMYK Percentages of Color #86afeb

%43
%26
%0
%8

Triadic Colors of #86afeb

#86afeb #eb86af #afeb86

Analogous Colors of #86afeb

#86afeb #9086eb #86e2eb

Monochromatic Colors of #86afeb

#86afeb

Complementary Color

#86afeb #ebc286

#86afeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afeb Color CSS Codes

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

#86afeb Text Font Color

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

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


#86afeb Background Color

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

This div background color is #86afeb


#86afeb Border Color

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

This div border color is #86afeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afeb


Comments

No comments written yet.

Please login to write comment.