Color Hex Logo

#fedcc3 Color Hex

#FEDCC3
(254,220,195)
0 Favorites   0 Comments

Color spaces of #fedcc3

RGB 254220195
HSL0.070.970.88
HSV25°23°100°
CMYK 0.000.130.23   0.00
XYZ76.316676.197462.3150
Yxy76.19740.35520.3547
Hunter Lab87.29113.298918.7781
CIE-Lab89.95098.040916.6232

#fedcc3 color RGB value is (254,220,195).

#fedcc3 hex color red value is 254, green value is 220 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fedcc3 hue: 0.07 , saturation: 0.97 and the lightness value of fedcc3 is 0.88.

The process color (four color CMYK) of #fedcc3 color hex is 0.00, 0.13, 0.23, 0.00. Web safe color of #fedcc3 is #ffcccc. Color #fedcc3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 11000011
Octal 376 334 303
Decimal 254 220 195
Hex FE DC C3

RGB Percentages of Color #fedcc3

%37.97
%32.88
%29.15

CMYK Percentages of Color #fedcc3

%0
%13
%23
%0

Triadic Colors of #fedcc3

#fedcc3 #c3fedc #dcc3fe

Analogous Colors of #fedcc3

#fedcc3 #fefac3 #fec3c8

Monochromatic Colors of #fedcc3

#fedcc3

Complementary Color

#fedcc3 #c3e5fe

#fedcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedcc3 Color CSS Codes

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

#fedcc3 Text Font Color

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

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


#fedcc3 Background Color

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

This div background color is #fedcc3


#fedcc3 Border Color

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

This div border color is #fedcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.