Color Hex Logo

#86cfcc Color Hex

#86CFCC
(134,207,204)
0 Favorites   0 Comments

Color spaces of #86cfcc

RGB 134207204
HSL0.490.430.67
HSV178°35°81°
CMYK 0.350.000.01   0.19
XYZ43.043454.053665.2915
Yxy54.05360.26510.3329
Hunter Lab73.5212-24.1581-1.1885
CIE-Lab78.4930-23.3314-5.7346

#86cfcc color RGB value is (134,207,204).

#86cfcc hex color red value is 134, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #86cfcc hue: 0.49 , saturation: 0.43 and the lightness value of 86cfcc is 0.67.

The process color (four color CMYK) of #86cfcc color hex is 0.35, 0.00, 0.01, 0.19. Web safe color of #86cfcc is #99cccc. Color #86cfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001111 11001100
Octal 206 317 314
Decimal 134 207 204
Hex 86 CF CC

RGB Percentages of Color #86cfcc

%24.59
%37.98
%37.43

CMYK Percentages of Color #86cfcc

%35
%0
%1
%19

Triadic Colors of #86cfcc

#86cfcc #cc86cf #cfcc86

Analogous Colors of #86cfcc

#86cfcc #86aecf #86cfa8

Monochromatic Colors of #86cfcc

#86cfcc

Complementary Color

#86cfcc #cf8689

#86cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cfcc Color CSS Codes

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

#86cfcc Text Font Color

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

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


#86cfcc Background Color

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

This div background color is #86cfcc


#86cfcc Border Color

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

This div border color is #86cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cfcc


Comments

No comments written yet.

Please login to write comment.