Color Hex Logo

#86cefb Color Hex

#86CEFB
(134,206,251)
0 Favorites   0 Comments

Color spaces of #86cefb

RGB 134206251
HSL0.560.940.75
HSV203°47°98°
CMYK 0.470.180.00   0.02
XYZ49.315456.176099.5106
Yxy56.17600.24060.2740
Hunter Lab74.9507-13.7157-26.2528
CIE-Lab79.7139-10.7832-29.0645

#86cefb color RGB value is (134,206,251).

#86cefb hex color red value is 134, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #86cefb hue: 0.56 , saturation: 0.94 and the lightness value of 86cefb is 0.75.

The process color (four color CMYK) of #86cefb color hex is 0.47, 0.18, 0.00, 0.02. Web safe color of #86cefb is #99ccff. Color #86cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001110 11111011
Octal 206 316 373
Decimal 134 206 251
Hex 86 CE FB

RGB Percentages of Color #86cefb

%22.67
%34.86
%42.47

CMYK Percentages of Color #86cefb

%47
%18
%0
%2

Triadic Colors of #86cefb

#86cefb #fb86ce #cefb86

Analogous Colors of #86cefb

#86cefb #8694fb #86fbee

Monochromatic Colors of #86cefb

#86cefb

Complementary Color

#86cefb #fbb386

#86cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cefb Color CSS Codes

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

#86cefb Text Font Color

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

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


#86cefb Background Color

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

This div background color is #86cefb


#86cefb Border Color

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

This div border color is #86cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cefb


Comments

No comments written yet.

Please login to write comment.