Color Hex Logo

#86beca Color Hex

#86BECA
(134,190,202)
0 Favorites   0 Comments

Color spaces of #86beca

RGB 134190202
HSL0.530.390.66
HSV191°34°79°
CMYK 0.340.060.00   0.21
XYZ38.905646.159562.7362
Yxy46.15950.26320.3123
Hunter Lab67.9408-16.6802-7.1896
CIE-Lab73.6489-15.1722-11.8569

#86beca color RGB value is (134,190,202).

#86beca hex color red value is 134, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #86beca hue: 0.53 , saturation: 0.39 and the lightness value of 86beca is 0.66.

The process color (four color CMYK) of #86beca color hex is 0.34, 0.06, 0.00, 0.21. Web safe color of #86beca is #99cccc. Color #86beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 11001010
Octal 206 276 312
Decimal 134 190 202
Hex 86 BE CA

RGB Percentages of Color #86beca

%25.48
%36.12
%38.40

CMYK Percentages of Color #86beca

%34
%6
%0
%21

Triadic Colors of #86beca

#86beca #ca86be #beca86

Analogous Colors of #86beca

#86beca #869cca #86cab4

Monochromatic Colors of #86beca

#86beca

Complementary Color

#86beca #ca9286

#86beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#86beca Color CSS Codes

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

#86beca Text Font Color

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

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


#86beca Background Color

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

This div background color is #86beca


#86beca Border Color

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

This div border color is #86beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86beca

#86beca Color Palettes


Comments

No comments written yet.

Please login to write comment.