Color Hex Logo

#feb8ee Color Hex

#FEB8EE
(254,184,238)
0 Favorites   0 Comments

Color spaces of #feb8ee

RGB 254184238
HSL0.870.970.86
HSV314°28°100°
CMYK 0.000.280.06   0.00
XYZ73.446261.524988.8934
Yxy61.52490.32810.2748
Hunter Lab78.437829.8745-12.2868
CIE-Lab82.660133.5658-16.8210

#feb8ee color RGB value is (254,184,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111000 11101110
Octal 376 270 356
Decimal 254 184 238
Hex FE B8 EE

RGB Percentages of Color #feb8ee

%37.57
%27.22
%35.21

CMYK Percentages of Color #feb8ee

%0
%28
%6
%0

Triadic Colors of #feb8ee

#feb8ee #eefeb8 #b8eefe

Analogous Colors of #feb8ee

#feb8ee #feb8cb #ebb8fe

Monochromatic Colors of #feb8ee

#feb8ee

Complementary Color

#feb8ee #b8fec8

#feb8ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb8ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb8ee Color CSS Codes

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

#feb8ee Text Font Color

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

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


#feb8ee Background Color

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

This div background color is #feb8ee


#feb8ee Border Color

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

This div border color is #feb8ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb8ee

Related Colors


Comments

No comments written yet.

Please login to write comment.