Color Hex Logo

#feccb3 Color Hex

#FECCB3
(254,204,179)
0 Favorites   0 Comments

Color spaces of #feccb3

RGB 254204179
HSL0.060.970.85
HSV20°30°100°
CMYK 0.000.200.30   0.00
XYZ70.602667.511251.9576
Yxy67.51120.37150.3552
Hunter Lab82.16529.591720.0233
CIE-Lab85.761414.198519.1625

#feccb3 color RGB value is (254,204,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 10110011
Octal 376 314 263
Decimal 254 204 179
Hex FE CC B3

RGB Percentages of Color #feccb3

%39.87
%32.03
%28.10

CMYK Percentages of Color #feccb3

%0
%20
%30
%0

Triadic Colors of #feccb3

#feccb3 #b3fecc #ccb3fe

Analogous Colors of #feccb3

#feccb3 #fef2b3 #feb3c0

Monochromatic Colors of #feccb3

#feccb3

Complementary Color

#feccb3 #b3e5fe

#feccb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feccb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feccb3 Color CSS Codes

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

#feccb3 Text Font Color

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

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


#feccb3 Background Color

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

This div background color is #feccb3


#feccb3 Border Color

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

This div border color is #feccb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feccb3

Related Colors


Comments

No comments written yet.

Please login to write comment.