Color Hex Logo

#86ddee Color Hex

#86DDEE
(134,221,238)
0 Favorites   0 Comments

Color spaces of #86ddee

RGB 134221238
HSL0.530.750.73
HSV190°44°93°
CMYK 0.440.070.00   0.07
XYZ51.120662.954390.3460
Yxy62.95430.25010.3080
Hunter Lab79.3437-23.8453-11.9709
CIE-Lab83.4183-21.9069-16.5264

#86ddee color RGB value is (134,221,238).

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

The process color (four color CMYK) of #86ddee color hex is 0.44, 0.07, 0.00, 0.07. Web safe color of #86ddee is #99ccff. Color #86ddee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011101 11101110
Octal 206 335 356
Decimal 134 221 238
Hex 86 DD EE

RGB Percentages of Color #86ddee

%22.60
%37.27
%40.13

CMYK Percentages of Color #86ddee

%44
%7
%0
%7

Triadic Colors of #86ddee

#86ddee #ee86dd #ddee86

Analogous Colors of #86ddee

#86ddee #86a9ee #86eecb

Monochromatic Colors of #86ddee

#86ddee

Complementary Color

#86ddee #ee9786

#86ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ddee Color CSS Codes

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

#86ddee Text Font Color

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

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


#86ddee Background Color

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

This div background color is #86ddee


#86ddee Border Color

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

This div border color is #86ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ddee


Comments

No comments written yet.

Please login to write comment.