Color Hex Logo

#86eebd Color Hex

#86EEBD
(134,238,189)
0 Favorites   0 Comments

Color spaces of #86eebd

RGB 134238189
HSL0.420.750.73
HSV152°44°93°
CMYK 0.440.000.21   0.07
XYZ49.591469.891559.0208
Yxy69.89150.27780.3915
Hunter Lab83.6011-40.417516.6632
CIE-Lab86.9436-41.197714.4174

#86eebd color RGB value is (134,238,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101110 10111101
Octal 206 356 275
Decimal 134 238 189
Hex 86 EE BD

RGB Percentages of Color #86eebd

%23.89
%42.42
%33.69

CMYK Percentages of Color #86eebd

%44
%0
%21
%7

Triadic Colors of #86eebd

#86eebd #bd86ee #eebd86

Analogous Colors of #86eebd

#86eebd #86ebee #86ee89

Monochromatic Colors of #86eebd

#86eebd

Complementary Color

#86eebd #ee86b7

#86eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eebd Color CSS Codes

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

#86eebd Text Font Color

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

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


#86eebd Background Color

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

This div background color is #86eebd


#86eebd Border Color

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

This div border color is #86eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eebd


Comments

No comments written yet.

Please login to write comment.