Color Hex Logo

#ff86ee Color Hex

#FF86EE
(255,134,238)
0 Favorites   0 Comments

Color spaces of #ff86ee

RGB 255134238
HSL0.861.000.76
HSV308°47°100°
CMYK 0.000.470.07   0.00
XYZ65.197744.483286.0387
Yxy44.48320.33310.2273
Hunter Lab66.695757.7733-29.7982
CIE-Lab72.550359.2798-32.2289

#ff86ee color RGB value is (255,134,238).

#ff86ee hex color red value is 255, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ff86ee hue: 0.86 , saturation: 1.00 and the lightness value of ff86ee is 0.76.

The process color (four color CMYK) of #ff86ee color hex is 0.00, 0.47, 0.07, 0.00. Web safe color of #ff86ee is #ff99ff. Color #ff86ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000110 11101110
Octal 377 206 356
Decimal 255 134 238
Hex FF 86 EE

RGB Percentages of Color #ff86ee

%40.67
%21.37
%37.96

CMYK Percentages of Color #ff86ee

%0
%47
%7
%0

Triadic Colors of #ff86ee

#ff86ee #eeff86 #86eeff

Analogous Colors of #ff86ee

#ff86ee #ff86b2 #d486ff

Monochromatic Colors of #ff86ee

#ff86ee

Complementary Color

#ff86ee #86ff97

#ff86ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff86ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff86ee Color CSS Codes

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

#ff86ee Text Font Color

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

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


#ff86ee Background Color

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

This div background color is #ff86ee


#ff86ee Border Color

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

This div border color is #ff86ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff86ee


Comments

No comments written yet.

Please login to write comment.