Color Hex Logo

#86dbee Color Hex

#86DBEE
(134,219,238)
0 Favorites   0 Comments

Color spaces of #86dbee

RGB 134219238
HSL0.530.750.73
HSV191°44°93°
CMYK 0.440.080.00   0.07
XYZ50.595761.904490.1710
Yxy61.90440.24960.3054
Hunter Lab78.6793-22.9023-12.8742
CIE-Lab82.8626-20.9078-17.3632

#86dbee color RGB value is (134,219,238).

#86dbee hex color red value is 134, green value is 219 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #86dbee hue: 0.53 , saturation: 0.75 and the lightness value of 86dbee is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011011 11101110
Octal 206 333 356
Decimal 134 219 238
Hex 86 DB EE

RGB Percentages of Color #86dbee

%22.67
%37.06
%40.27

CMYK Percentages of Color #86dbee

%44
%8
%0
%7

Triadic Colors of #86dbee

#86dbee #ee86db #dbee86

Analogous Colors of #86dbee

#86dbee #86a7ee #86eecd

Monochromatic Colors of #86dbee

#86dbee

Complementary Color

#86dbee #ee9986

#86dbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dbee Color CSS Codes

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

#86dbee Text Font Color

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

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


#86dbee Background Color

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

This div background color is #86dbee


#86dbee Border Color

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

This div border color is #86dbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dbee


Comments

No comments written yet.

Please login to write comment.