Color Hex Logo

#86eeec Color Hex

#86EEEC
(134,238,236)
0 Favorites   0 Comments

Color spaces of #86eeec

RGB 134238236
HSL0.500.750.73
HSV179°44°93°
CMYK 0.440.000.01   0.07
XYZ55.546472.273590.3795
Yxy72.27350.25460.3312
Hunter Lab85.0138-32.1457-3.5224
CIE-Lab88.1001-30.6755-8.4776

#86eeec color RGB value is (134,238,236).

#86eeec hex color red value is 134, green value is 238 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #86eeec hue: 0.50 , saturation: 0.75 and the lightness value of 86eeec is 0.73.

The process color (four color CMYK) of #86eeec color hex is 0.44, 0.00, 0.01, 0.07. Web safe color of #86eeec is #99ffff. Color #86eeec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101110 11101100
Octal 206 356 354
Decimal 134 238 236
Hex 86 EE EC

RGB Percentages of Color #86eeec

%22.04
%39.14
%38.82

CMYK Percentages of Color #86eeec

%44
%0
%1
%7

Triadic Colors of #86eeec

#86eeec #ec86ee #eeec86

Analogous Colors of #86eeec

#86eeec #86bcee #86eeb8

Monochromatic Colors of #86eeec

#86eeec

Complementary Color

#86eeec #ee8688

#86eeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eeec Color CSS Codes

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

#86eeec Text Font Color

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

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


#86eeec Background Color

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

This div background color is #86eeec


#86eeec Border Color

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

This div border color is #86eeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eeec


Comments

No comments written yet.

Please login to write comment.