Color Hex Logo

#86cfdc Color Hex

#86CFDC
(134,207,220)
0 Favorites   0 Comments

Color spaces of #86cfdc

RGB 134207220
HSL0.530.550.69
HSV189°39°86°
CMYK 0.390.060.00   0.14
XYZ45.062654.861375.9244
Yxy54.86130.25630.3120
Hunter Lab74.0684-21.0218-8.9278
CIE-Lab78.9613-19.4375-13.6260

#86cfdc color RGB value is (134,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001111 11011100
Octal 206 317 334
Decimal 134 207 220
Hex 86 CF DC

RGB Percentages of Color #86cfdc

%23.89
%36.90
%39.22

CMYK Percentages of Color #86cfdc

%39
%6
%0
%14

Triadic Colors of #86cfdc

#86cfdc #dc86cf #cfdc86

Analogous Colors of #86cfdc

#86cfdc #86a4dc #86dcbe

Monochromatic Colors of #86cfdc

#86cfdc

Complementary Color

#86cfdc #dc9386

#86cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cfdc Color CSS Codes

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

#86cfdc Text Font Color

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

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


#86cfdc Background Color

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

This div background color is #86cfdc


#86cfdc Border Color

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

This div border color is #86cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cfdc


Comments

No comments written yet.

Please login to write comment.