Color Hex Logo

#86aedc Color Hex

#86AEDC
(134,174,220)
0 Favorites   0 Comments

Color spaces of #86aedc

RGB 134174220
HSL0.590.550.69
HSV212°39°86°
CMYK 0.390.210.00   0.14
XYZ37.885840.507773.5321
Yxy40.50770.24940.2666
Hunter Lab63.6457-5.1258-23.9479
CIE-Lab69.8296-1.9822-27.4877

#86aedc color RGB value is (134,174,220).

#86aedc hex color red value is 134, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #86aedc hue: 0.59 , saturation: 0.55 and the lightness value of 86aedc is 0.69.

The process color (four color CMYK) of #86aedc color hex is 0.39, 0.21, 0.00, 0.14. Web safe color of #86aedc is #9999cc. Color #86aedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101110 11011100
Octal 206 256 334
Decimal 134 174 220
Hex 86 AE DC

RGB Percentages of Color #86aedc

%25.38
%32.95
%41.67

CMYK Percentages of Color #86aedc

%39
%21
%0
%14

Triadic Colors of #86aedc

#86aedc #dc86ae #aedc86

Analogous Colors of #86aedc

#86aedc #8986dc #86d9dc

Monochromatic Colors of #86aedc

#86aedc

Complementary Color

#86aedc #dcb486

#86aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aedc Color CSS Codes

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

#86aedc Text Font Color

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

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


#86aedc Background Color

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

This div background color is #86aedc


#86aedc Border Color

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

This div border color is #86aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aedc


Comments

No comments written yet.

Please login to write comment.