Color Hex Logo

#86ccdf Color Hex

#86CCDF
(134,204,223)
0 Favorites   0 Comments

Color spaces of #86ccdf

RGB 134204223
HSL0.540.580.70
HSV193°40°87°
CMYK 0.400.090.00   0.13
XYZ44.743753.581877.7961
Yxy53.58180.25410.3042
Hunter Lab73.1996-18.9901-11.7734
CIE-Lab78.2172-17.1522-16.3544

#86ccdf color RGB value is (134,204,223).

#86ccdf hex color red value is 134, green value is 204 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #86ccdf hue: 0.54 , saturation: 0.58 and the lightness value of 86ccdf is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001100 11011111
Octal 206 314 337
Decimal 134 204 223
Hex 86 CC DF

RGB Percentages of Color #86ccdf

%23.89
%36.36
%39.75

CMYK Percentages of Color #86ccdf

%40
%9
%0
%13

Triadic Colors of #86ccdf

#86ccdf #df86cc #ccdf86

Analogous Colors of #86ccdf

#86ccdf #86a0df #86dfc6

Monochromatic Colors of #86ccdf

#86ccdf

Complementary Color

#86ccdf #df9986

#86ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ccdf Color CSS Codes

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

#86ccdf Text Font Color

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

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


#86ccdf Background Color

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

This div background color is #86ccdf


#86ccdf Border Color

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

This div border color is #86ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ccdf


Comments

No comments written yet.

Please login to write comment.