Color Hex Logo

#86deeb Color Hex

#86DEEB
(134,222,235)
0 Favorites   0 Comments

Color spaces of #86deeb

RGB 134222235
HSL0.520.720.72
HSV188°43°92°
CMYK 0.430.060.00   0.08
XYZ50.948263.309088.1319
Yxy63.30900.25170.3128
Hunter Lab79.5670-24.9453-9.9754
CIE-Lab83.6047-23.1678-14.6571

#86deeb color RGB value is (134,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011110 11101011
Octal 206 336 353
Decimal 134 222 235
Hex 86 DE EB

RGB Percentages of Color #86deeb

%22.67
%37.56
%39.76

CMYK Percentages of Color #86deeb

%43
%6
%0
%8

Triadic Colors of #86deeb

#86deeb #eb86de #deeb86

Analogous Colors of #86deeb

#86deeb #86aceb #86ebc6

Monochromatic Colors of #86deeb

#86deeb

Complementary Color

#86deeb #eb9386

#86deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86deeb Color CSS Codes

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

#86deeb Text Font Color

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

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


#86deeb Background Color

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

This div background color is #86deeb


#86deeb Border Color

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

This div border color is #86deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86deeb


Comments

No comments written yet.

Please login to write comment.