Color Hex Logo

#86aceb Color Hex

#86ACEB
(134,172,235)
0 Favorites   0 Comments

Color spaces of #86aceb

RGB 134172235
HSL0.600.720.72
HSV217°43°92°
CMYK 0.430.270.00   0.08
XYZ39.579440.571584.3423
Yxy40.57150.24060.2466
Hunter Lab63.6958-0.5509-33.9214
CIE-Lab69.87473.2271-35.6188

#86aceb color RGB value is (134,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 11101011
Octal 206 254 353
Decimal 134 172 235
Hex 86 AC EB

RGB Percentages of Color #86aceb

%24.77
%31.79
%43.44

CMYK Percentages of Color #86aceb

%43
%27
%0
%8

Triadic Colors of #86aceb

#86aceb #eb86ac #aceb86

Analogous Colors of #86aceb

#86aceb #9386eb #86dfeb

Monochromatic Colors of #86aceb

#86aceb

Complementary Color

#86aceb #ebc586

#86aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aceb Color CSS Codes

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

#86aceb Text Font Color

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

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


#86aceb Background Color

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

This div background color is #86aceb


#86aceb Border Color

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

This div border color is #86aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aceb


Comments

No comments written yet.

Please login to write comment.