Color Hex Logo

#86dadd Color Hex

#86DADD
(134,218,221)
0 Favorites   0 Comments

Color spaces of #86dadd

RGB 134218221
HSL0.510.560.70
HSV182°39°87°
CMYK 0.390.010.00   0.13
XYZ47.954160.431677.5436
Yxy60.43160.25790.3250
Hunter Lab77.7378-25.9298-4.7255
CIE-Lab82.0722-24.6798-9.5143

#86dadd color RGB value is (134,218,221).

#86dadd hex color red value is 134, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #86dadd hue: 0.51 , saturation: 0.56 and the lightness value of 86dadd is 0.70.

The process color (four color CMYK) of #86dadd color hex is 0.39, 0.01, 0.00, 0.13. Web safe color of #86dadd is #99cccc. Color #86dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011010 11011101
Octal 206 332 335
Decimal 134 218 221
Hex 86 DA DD

RGB Percentages of Color #86dadd

%23.39
%38.05
%38.57

CMYK Percentages of Color #86dadd

%39
%1
%0
%13

Triadic Colors of #86dadd

#86dadd #dd86da #dadd86

Analogous Colors of #86dadd

#86dadd #86afdd #86ddb5

Monochromatic Colors of #86dadd

#86dadd

Complementary Color

#86dadd #dd8986

#86dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dadd Color CSS Codes

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

#86dadd Text Font Color

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

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


#86dadd Background Color

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

This div background color is #86dadd


#86dadd Border Color

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

This div border color is #86dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dadd


Comments

No comments written yet.

Please login to write comment.