Color Hex Logo

#86dfde Color Hex

#86DFDE
(134,223,222)
0 Favorites   0 Comments

Color spaces of #86dfde

RGB 134223222
HSL0.500.580.70
HSV179°40°87°
CMYK 0.400.000.00   0.13
XYZ49.404063.117678.6863
Yxy63.11760.25840.3301
Hunter Lab79.4466-28.0310-3.1100
CIE-Lab83.5042-26.8803-7.9184

#86dfde color RGB value is (134,223,222).

#86dfde hex color red value is 134, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #86dfde hue: 0.50 , saturation: 0.58 and the lightness value of 86dfde is 0.70.

The process color (four color CMYK) of #86dfde color hex is 0.40, 0.00, 0.00, 0.13. Web safe color of #86dfde is #99cccc. Color #86dfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 11011110
Octal 206 337 336
Decimal 134 223 222
Hex 86 DF DE

RGB Percentages of Color #86dfde

%23.14
%38.51
%38.34

CMYK Percentages of Color #86dfde

%40
%0
%0
%13

Triadic Colors of #86dfde

#86dfde #de86df #dfde86

Analogous Colors of #86dfde

#86dfde #86b4df #86dfb2

Monochromatic Colors of #86dfde

#86dfde

Complementary Color

#86dfde #df8687

#86dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dfde Color CSS Codes

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

#86dfde Text Font Color

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

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


#86dfde Background Color

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

This div background color is #86dfde


#86dfde Border Color

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

This div border color is #86dfde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,223,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 #86dfde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dfde


Comments

No comments written yet.

Please login to write comment.