Color Hex Logo

#86dfca Color Hex

#86DFCA
(134,223,202)
0 Favorites   0 Comments

Color spaces of #86dfca

RGB 134223202
HSL0.460.580.70
HSV166°40°87°
CMYK 0.400.000.09   0.13
XYZ46.879962.108065.3943
Yxy62.10800.26880.3562
Hunter Lab78.8086-31.73305.9680
CIE-Lab82.9708-31.54771.8973

#86dfca color RGB value is (134,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 11001010
Octal 206 337 312
Decimal 134 223 202
Hex 86 DF CA

RGB Percentages of Color #86dfca

%23.97
%39.89
%36.14

CMYK Percentages of Color #86dfca

%40
%0
%9
%13

Triadic Colors of #86dfca

#86dfca #ca86df #dfca86

Analogous Colors of #86dfca

#86dfca #86c8df #86df9e

Monochromatic Colors of #86dfca

#86dfca

Complementary Color

#86dfca #df869b

#86dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dfca Color CSS Codes

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

#86dfca Text Font Color

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

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


#86dfca Background Color

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

This div background color is #86dfca


#86dfca Border Color

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

This div border color is #86dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dfca


Comments

No comments written yet.

Please login to write comment.