Color Hex Logo

#86eede Color Hex

#86EEDE
(134,238,222)
0 Favorites   0 Comments

Color spaces of #86eede

RGB 134238222
HSL0.470.750.73
HSV171°44°93°
CMYK 0.440.000.07   0.07
XYZ53.590971.491380.0819
Yxy71.49130.26120.3485
Hunter Lab84.5525-34.83043.0317
CIE-Lab87.7232-34.0152-1.6992

#86eede color RGB value is (134,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101110 11011110
Octal 206 356 336
Decimal 134 238 222
Hex 86 EE DE

RGB Percentages of Color #86eede

%22.56
%40.07
%37.37

CMYK Percentages of Color #86eede

%44
%0
%7
%7

Triadic Colors of #86eede

#86eede #de86ee #eede86

Analogous Colors of #86eede

#86eede #86caee #86eeaa

Monochromatic Colors of #86eede

#86eede

Complementary Color

#86eede #ee8696

#86eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eede Color CSS Codes

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

#86eede Text Font Color

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

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


#86eede Background Color

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

This div background color is #86eede


#86eede Border Color

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

This div border color is #86eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eede


Comments

No comments written yet.

Please login to write comment.