Color Hex Logo

#86acee Color Hex

#86ACEE
(134,172,238)
0 Favorites   0 Comments

Color spaces of #86acee

RGB 134172238
HSL0.610.750.73
HSV218°44°93°
CMYK 0.440.280.00   0.07
XYZ40.016740.746486.6447
Yxy40.74640.23900.2434
Hunter Lab63.83290.1936-35.7953
CIE-Lab69.99794.0660-37.0627

#86acee color RGB value is (134,172,238).

#86acee hex color red value is 134, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #86acee hue: 0.61 , saturation: 0.75 and the lightness value of 86acee is 0.73.

The process color (four color CMYK) of #86acee color hex is 0.44, 0.28, 0.00, 0.07. Web safe color of #86acee is #9999ff. Color #86acee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 11101110
Octal 206 254 356
Decimal 134 172 238
Hex 86 AC EE

RGB Percentages of Color #86acee

%24.63
%31.62
%43.75

CMYK Percentages of Color #86acee

%44
%28
%0
%7

Triadic Colors of #86acee

#86acee #ee86ac #acee86

Analogous Colors of #86acee

#86acee #9486ee #86e0ee

Monochromatic Colors of #86acee

#86acee

Complementary Color

#86acee #eec886

#86acee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86acee Color Preview on White Background

Lorem ipsum dolor sit amet.

#86acee Color CSS Codes

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

#86acee Text Font Color

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

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


#86acee Background Color

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

This div background color is #86acee


#86acee Border Color

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

This div border color is #86acee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86acee


Comments

No comments written yet.

Please login to write comment.