Color Hex Logo

#86beeb Color Hex

#86BEEB
(134,190,235)
0 Favorites   0 Comments

Color spaces of #86beeb

RGB 134190235
HSL0.570.720.72
HSV207°43°92°
CMYK 0.430.190.00   0.08
XYZ43.240447.893485.5626
Yxy47.89340.24470.2710
Hunter Lab69.2051-9.5793-24.8604
CIE-Lab74.7576-6.6459-28.0815

#86beeb color RGB value is (134,190,235).

#86beeb hex color red value is 134, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #86beeb hue: 0.57 , saturation: 0.72 and the lightness value of 86beeb is 0.72.

The process color (four color CMYK) of #86beeb color hex is 0.43, 0.19, 0.00, 0.08. Web safe color of #86beeb is #99ccff. Color #86beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111110 11101011
Octal 206 276 353
Decimal 134 190 235
Hex 86 BE EB

RGB Percentages of Color #86beeb

%23.97
%33.99
%42.04

CMYK Percentages of Color #86beeb

%43
%19
%0
%8

Triadic Colors of #86beeb

#86beeb #eb86be #beeb86

Analogous Colors of #86beeb

#86beeb #868ceb #86ebe6

Monochromatic Colors of #86beeb

#86beeb

Complementary Color

#86beeb #ebb386

#86beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86beeb Color CSS Codes

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

#86beeb Text Font Color

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

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


#86beeb Background Color

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

This div background color is #86beeb


#86beeb Border Color

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

This div border color is #86beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86beeb


Comments

No comments written yet.

Please login to write comment.