Color Hex Logo

#fe8bec Color Hex

#FE8BEC
(254,139,236)
0 Favorites   0 Comments

Color spaces of #fe8bec

RGB 254139236
HSL0.860.980.77
HSV309°45°100°
CMYK 0.000.450.07   0.00
XYZ65.246045.592284.7182
Yxy45.59220.33360.2331
Hunter Lab67.522054.3197-27.1243
CIE-Lab73.280156.2428-30.0198

#fe8bec color RGB value is (254,139,236).

#fe8bec hex color red value is 254, green value is 139 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fe8bec hue: 0.86 , saturation: 0.98 and the lightness value of fe8bec is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001011 11101100
Octal 376 213 354
Decimal 254 139 236
Hex FE 8B EC

RGB Percentages of Color #fe8bec

%40.38
%22.10
%37.52

CMYK Percentages of Color #fe8bec

%0
%45
%7
%0

Triadic Colors of #fe8bec

#fe8bec #ecfe8b #8becfe

Analogous Colors of #fe8bec

#fe8bec #fe8bb3 #d78bfe

Monochromatic Colors of #fe8bec

#fe8bec

Complementary Color

#fe8bec #8bfe9d

#fe8bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8bec Color CSS Codes

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

#fe8bec Text Font Color

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

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


#fe8bec Background Color

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

This div background color is #fe8bec


#fe8bec Border Color

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

This div border color is #fe8bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,139,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe8bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe8bec;
  -webkit-box-shadow: 1px 1px 3px 2px #fe8bec;
  box-shadow:         1px 1px 3px 2px #fe8bec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,139,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8bec


Comments

No comments written yet.

Please login to write comment.