Color Hex Logo

#feceb7 Color Hex

#FECEB7
(254,206,183)
0 Favorites   0 Comments

Color spaces of #feceb7

RGB 254206183
HSL0.050.970.86
HSV19°28°100°
CMYK 0.000.190.28   0.00
XYZ71.491668.632354.2791
Yxy68.63230.36770.3530
Hunter Lab82.84469.060319.1449
CIE-Lab86.321613.676517.8345

#feceb7 color RGB value is (254,206,183).

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

The process color (four color CMYK) of #feceb7 color hex is 0.00, 0.19, 0.28, 0.00. Web safe color of #feceb7 is #ffcccc. Color #feceb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 10110111
Octal 376 316 267
Decimal 254 206 183
Hex FE CE B7

RGB Percentages of Color #feceb7

%39.50
%32.04
%28.46

CMYK Percentages of Color #feceb7

%0
%19
%28
%0

Triadic Colors of #feceb7

#feceb7 #b7fece #ceb7fe

Analogous Colors of #feceb7

#feceb7 #fef2b7 #feb7c4

Monochromatic Colors of #feceb7

#feceb7

Complementary Color

#feceb7 #b7e7fe

#feceb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feceb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feceb7 Color CSS Codes

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

#feceb7 Text Font Color

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

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


#feceb7 Background Color

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

This div background color is #feceb7


#feceb7 Border Color

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

This div border color is #feceb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feceb7


Comments

No comments written yet.

Please login to write comment.