Color Hex Logo

#feb5ee Color Hex

#FEB5EE
(254,181,238)
0 Favorites   0 Comments

Color spaces of #feb5ee

RGB 254181238
HSL0.870.970.85
HSV313°29°100°
CMYK 0.000.290.06   0.00
XYZ72.829560.291688.6878
Yxy60.29160.32830.2718
Hunter Lab77.647731.5404-13.3666
CIE-Lab81.996435.1387-17.8210

#feb5ee color RGB value is (254,181,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 11101110
Octal 376 265 356
Decimal 254 181 238
Hex FE B5 EE

RGB Percentages of Color #feb5ee

%37.74
%26.89
%35.36

CMYK Percentages of Color #feb5ee

%0
%29
%6
%0

Triadic Colors of #feb5ee

#feb5ee #eefeb5 #b5eefe

Analogous Colors of #feb5ee

#feb5ee #feb5ca #eab5fe

Monochromatic Colors of #feb5ee

#feb5ee

Complementary Color

#feb5ee #b5fec5

#feb5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5ee Color CSS Codes

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

#feb5ee Text Font Color

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

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


#feb5ee Background Color

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

This div background color is #feb5ee


#feb5ee Border Color

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

This div border color is #feb5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5ee

Related Colors


Comments

No comments written yet.

Please login to write comment.