Color Hex Logo

#feccb7 Color Hex

#FECCB7
(254,204,183)
0 Favorites   0 Comments

Color spaces of #feccb7

RGB 254204183
HSL0.050.970.86
HSV18°28°100°
CMYK 0.000.200.28   0.00
XYZ71.013267.675554.1196
Yxy67.67550.36830.3510
Hunter Lab82.265110.121518.5806
CIE-Lab85.843914.719117.1664

#feccb7 color RGB value is (254,204,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10110111
Octal 376 314 267
Decimal 254 204 183
Hex FE CC B7

RGB Percentages of Color #feccb7

%39.63
%31.83
%28.55

CMYK Percentages of Color #feccb7

%0
%20
%28
%0

Triadic Colors of #feccb7

#feccb7 #b7fecc #ccb7fe

Analogous Colors of #feccb7

#feccb7 #fef0b7 #feb7c6

Monochromatic Colors of #feccb7

#feccb7

Complementary Color

#feccb7 #b7e9fe

#feccb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccb7 Color CSS Codes

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

#feccb7 Text Font Color

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

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


#feccb7 Background Color

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

This div background color is #feccb7


#feccb7 Border Color

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

This div border color is #feccb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccb7


Comments

No comments written yet.

Please login to write comment.