Color Hex Logo

#feb8ff Color Hex

#FEB8FF
(254,184,255)
0 Favorites   0 Comments

Color spaces of #feb8ff

RGB 254184255
HSL0.831.000.86
HSV299°28°100°
CMYK 0.000.280.00   0.00
XYZ76.063562.5718102.6763
Yxy62.57180.31520.2593
Hunter Lab79.102333.2136-21.5879
CIE-Lab83.216636.5540-25.0621

#feb8ff color RGB value is (254,184,255).

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

The process color (four color CMYK) of #feb8ff color hex is 0.00, 0.28, 0.00, 0.00. Web safe color of #feb8ff is #ffccff. Color #feb8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 11111111
Octal 376 270 377
Decimal 254 184 255
Hex FE B8 FF

RGB Percentages of Color #feb8ff

%36.65
%26.55
%36.80

CMYK Percentages of Color #feb8ff

%0
%28
%0
%0

Triadic Colors of #feb8ff

#feb8ff #fffeb8 #b8fffe

Analogous Colors of #feb8ff

#feb8ff #ffb8dd #dbb8ff

Monochromatic Colors of #feb8ff

#feb8ff

Complementary Color

#feb8ff #b9ffb8

#feb8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb8ff Color CSS Codes

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

#feb8ff Text Font Color

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

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


#feb8ff Background Color

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

This div background color is #feb8ff


#feb8ff Border Color

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

This div border color is #feb8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb8ff


Comments

No comments written yet.

Please login to write comment.