Color Hex Logo

#86ebcc Color Hex

#86EBCC
(134,235,204)
0 Favorites   0 Comments

Color spaces of #86ebcc

RGB 134235204
HSL0.450.720.72
HSV162°43°92°
CMYK 0.430.000.13   0.08
XYZ50.438968.844667.7567
Yxy68.84460.26970.3681
Hunter Lab82.9726-36.69239.6638
CIE-Lab86.4270-36.69105.8483

#86ebcc color RGB value is (134,235,204).

#86ebcc hex color red value is 134, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #86ebcc hue: 0.45 , saturation: 0.72 and the lightness value of 86ebcc is 0.72.

The process color (four color CMYK) of #86ebcc color hex is 0.43, 0.00, 0.13, 0.08. Web safe color of #86ebcc is #99ffcc. Color #86ebcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101011 11001100
Octal 206 353 314
Decimal 134 235 204
Hex 86 EB CC

RGB Percentages of Color #86ebcc

%23.39
%41.01
%35.60

CMYK Percentages of Color #86ebcc

%43
%0
%13
%8

Triadic Colors of #86ebcc

#86ebcc #cc86eb #ebcc86

Analogous Colors of #86ebcc

#86ebcc #86d8eb #86eb9a

Monochromatic Colors of #86ebcc

#86ebcc

Complementary Color

#86ebcc #eb86a5

#86ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ebcc Color CSS Codes

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

#86ebcc Text Font Color

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

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


#86ebcc Background Color

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

This div background color is #86ebcc


#86ebcc Border Color

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

This div border color is #86ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ebcc


Comments

No comments written yet.

Please login to write comment.