Color Hex Logo

#86bcd4 Color Hex

#86BCD4
(134,188,212)
0 Favorites   0 Comments

Color spaces of #86bcd4

RGB 134188212
HSL0.550.480.68
HSV198°37°83°
CMYK 0.370.110.00   0.17
XYZ39.698445.788269.0330
Yxy45.78820.25690.2963
Hunter Lab67.6670-13.6961-13.1200
CIE-Lab73.4079-11.6286-17.6639

#86bcd4 color RGB value is (134,188,212).

#86bcd4 hex color red value is 134, green value is 188 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #86bcd4 hue: 0.55 , saturation: 0.48 and the lightness value of 86bcd4 is 0.68.

The process color (four color CMYK) of #86bcd4 color hex is 0.37, 0.11, 0.00, 0.17. Web safe color of #86bcd4 is #99cccc. Color #86bcd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11010100
Octal 206 274 324
Decimal 134 188 212
Hex 86 BC D4

RGB Percentages of Color #86bcd4

%25.09
%35.21
%39.70

CMYK Percentages of Color #86bcd4

%37
%11
%0
%17

Triadic Colors of #86bcd4

#86bcd4 #d486bc #bcd486

Analogous Colors of #86bcd4

#86bcd4 #8695d4 #86d4c5

Monochromatic Colors of #86bcd4

#86bcd4

Complementary Color

#86bcd4 #d49e86

#86bcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcd4 Color CSS Codes

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

#86bcd4 Text Font Color

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

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


#86bcd4 Background Color

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

This div background color is #86bcd4


#86bcd4 Border Color

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

This div border color is #86bcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcd4


Comments

No comments written yet.

Please login to write comment.