Color Hex Logo

#86adee Color Hex

#86ADEE
(134,173,238)
0 Favorites   0 Comments

Color spaces of #86adee

RGB 134173238
HSL0.600.750.73
HSV218°44°93°
CMYK 0.440.270.00   0.07
XYZ40.207741.128586.7083
Yxy41.12850.23930.2447
Hunter Lab64.1315-0.3183-35.2703
CIE-Lab70.26593.5062-36.6460

#86adee color RGB value is (134,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101101 11101110
Octal 206 255 356
Decimal 134 173 238
Hex 86 AD EE

RGB Percentages of Color #86adee

%24.59
%31.74
%43.67

CMYK Percentages of Color #86adee

%44
%27
%0
%7

Triadic Colors of #86adee

#86adee #ee86ad #adee86

Analogous Colors of #86adee

#86adee #9386ee #86e1ee

Monochromatic Colors of #86adee

#86adee

Complementary Color

#86adee #eec786

#86adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#86adee Color CSS Codes

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

#86adee Text Font Color

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

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


#86adee Background Color

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

This div background color is #86adee


#86adee Border Color

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

This div border color is #86adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86adee


Comments

No comments written yet.

Please login to write comment.