Color Hex Logo

#86cbef Color Hex

#86CBEF
(134,203,239)
0 Favorites   0 Comments

Color spaces of #86cbef

RGB 134203239
HSL0.560.770.73
HSV201°44°94°
CMYK 0.440.150.00   0.06
XYZ46.767454.012289.6218
Yxy54.01220.24560.2837
Hunter Lab73.4930-15.0239-20.8567
CIE-Lab78.4688-12.4589-24.5565

#86cbef color RGB value is (134,203,239).

#86cbef hex color red value is 134, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #86cbef hue: 0.56 , saturation: 0.77 and the lightness value of 86cbef is 0.73.

The process color (four color CMYK) of #86cbef color hex is 0.44, 0.15, 0.00, 0.06. Web safe color of #86cbef is #99ccff. Color #86cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001011 11101111
Octal 206 313 357
Decimal 134 203 239
Hex 86 CB EF

RGB Percentages of Color #86cbef

%23.26
%35.24
%41.49

CMYK Percentages of Color #86cbef

%44
%15
%0
%6

Triadic Colors of #86cbef

#86cbef #ef86cb #cbef86

Analogous Colors of #86cbef

#86cbef #8697ef #86efdf

Monochromatic Colors of #86cbef

#86cbef

Complementary Color

#86cbef #efaa86

#86cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cbef Color CSS Codes

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

#86cbef Text Font Color

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

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


#86cbef Background Color

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

This div background color is #86cbef


#86cbef Border Color

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

This div border color is #86cbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cbef


Comments

No comments written yet.

Please login to write comment.