Color Hex Logo

#86eebe Color Hex

#86EEBE
(134,238,190)
0 Favorites   0 Comments

Color spaces of #86eebe

RGB 134238190
HSL0.420.750.73
HSV152°44°93°
CMYK 0.440.000.20   0.07
XYZ49.700369.935159.5945
Yxy69.93510.27730.3902
Hunter Lab83.6272-40.263716.2878
CIE-Lab86.9650-40.995513.9276

#86eebe color RGB value is (134,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101110 10111110
Octal 206 356 276
Decimal 134 238 190
Hex 86 EE BE

RGB Percentages of Color #86eebe

%23.84
%42.35
%33.81

CMYK Percentages of Color #86eebe

%44
%0
%20
%7

Triadic Colors of #86eebe

#86eebe #be86ee #eebe86

Analogous Colors of #86eebe

#86eebe #86eaee #86ee8a

Monochromatic Colors of #86eebe

#86eebe

Complementary Color

#86eebe #ee86b6

#86eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eebe Color CSS Codes

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

#86eebe Text Font Color

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

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


#86eebe Background Color

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

This div background color is #86eebe


#86eebe Border Color

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

This div border color is #86eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eebe


Comments

No comments written yet.

Please login to write comment.