Color Hex Logo

#86dbe5 Color Hex

#86DBE5
(134,219,229)
0 Favorites   0 Comments

Color spaces of #86dbe5

RGB 134219229
HSL0.520.650.71
HSV186°41°90°
CMYK 0.410.040.00   0.10
XYZ49.305961.388583.3792
Yxy61.38850.25410.3163
Hunter Lab78.3508-24.7845-8.2495
CIE-Lab82.5872-23.1938-12.9989

#86dbe5 color RGB value is (134,219,229).

#86dbe5 hex color red value is 134, green value is 219 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #86dbe5 hue: 0.52 , saturation: 0.65 and the lightness value of 86dbe5 is 0.71.

The process color (four color CMYK) of #86dbe5 color hex is 0.41, 0.04, 0.00, 0.10. Web safe color of #86dbe5 is #99cccc. Color #86dbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011011 11100101
Octal 206 333 345
Decimal 134 219 229
Hex 86 DB E5

RGB Percentages of Color #86dbe5

%23.02
%37.63
%39.35

CMYK Percentages of Color #86dbe5

%41
%4
%0
%10

Triadic Colors of #86dbe5

#86dbe5 #e586db #dbe586

Analogous Colors of #86dbe5

#86dbe5 #86ace5 #86e5c0

Monochromatic Colors of #86dbe5

#86dbe5

Complementary Color

#86dbe5 #e59086

#86dbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dbe5 Color CSS Codes

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

#86dbe5 Text Font Color

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

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


#86dbe5 Background Color

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

This div background color is #86dbe5


#86dbe5 Border Color

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

This div border color is #86dbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dbe5


Comments

No comments written yet.

Please login to write comment.