Color Hex Logo

#86bfe1 Color Hex

#86BFE1
(134,191,225)
0 Favorites   0 Comments

Color spaces of #86bfe1

RGB 134191225
HSL0.560.600.70
HSV202°40°88°
CMYK 0.400.150.00   0.12
XYZ42.052947.766278.2375
Yxy47.76620.25020.2842
Hunter Lab69.1131-12.3369-18.7384
CIE-Lab74.6772-9.8523-22.7954

#86bfe1 color RGB value is (134,191,225).

#86bfe1 hex color red value is 134, green value is 191 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #86bfe1 hue: 0.56 , saturation: 0.60 and the lightness value of 86bfe1 is 0.70.

The process color (four color CMYK) of #86bfe1 color hex is 0.40, 0.15, 0.00, 0.12. Web safe color of #86bfe1 is #99cccc. Color #86bfe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111111 11100001
Octal 206 277 341
Decimal 134 191 225
Hex 86 BF E1

RGB Percentages of Color #86bfe1

%24.36
%34.73
%40.91

CMYK Percentages of Color #86bfe1

%40
%15
%0
%12

Triadic Colors of #86bfe1

#86bfe1 #e186bf #bfe186

Analogous Colors of #86bfe1

#86bfe1 #8692e1 #86e1d6

Monochromatic Colors of #86bfe1

#86bfe1

Complementary Color

#86bfe1 #e1a886

#86bfe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bfe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bfe1 Color CSS Codes

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

#86bfe1 Text Font Color

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

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


#86bfe1 Background Color

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

This div background color is #86bfe1


#86bfe1 Border Color

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

This div border color is #86bfe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bfe1


Comments

No comments written yet.

Please login to write comment.