Color Hex Logo

#86dbcb Color Hex

#86DBCB
(134,219,203)
0 Favorites   0 Comments

Color spaces of #86dbcb

RGB 134219203
HSL0.470.540.69
HSV169°39°86°
CMYK 0.390.000.07   0.14
XYZ45.942560.043265.6680
Yxy60.04320.26760.3498
Hunter Lab77.4875-29.77033.9951
CIE-Lab81.8617-29.4178-0.2501

#86dbcb color RGB value is (134,219,203).

#86dbcb hex color red value is 134, green value is 219 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #86dbcb hue: 0.47 , saturation: 0.54 and the lightness value of 86dbcb is 0.69.

The process color (four color CMYK) of #86dbcb color hex is 0.39, 0.00, 0.07, 0.14. Web safe color of #86dbcb is #99cccc. Color #86dbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011011 11001011
Octal 206 333 313
Decimal 134 219 203
Hex 86 DB CB

RGB Percentages of Color #86dbcb

%24.10
%39.39
%36.51

CMYK Percentages of Color #86dbcb

%39
%0
%7
%14

Triadic Colors of #86dbcb

#86dbcb #cb86db #dbcb86

Analogous Colors of #86dbcb

#86dbcb #86c1db #86dba1

Monochromatic Colors of #86dbcb

#86dbcb

Complementary Color

#86dbcb #db8696

#86dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dbcb Color CSS Codes

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

#86dbcb Text Font Color

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

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


#86dbcb Background Color

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

This div background color is #86dbcb


#86dbcb Border Color

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

This div border color is #86dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dbcb


Comments

No comments written yet.

Please login to write comment.