Color Hex Logo

#fecda5 Color Hex

#FECDA5
(254,205,165)
0 Favorites   0 Comments

Color spaces of #fecda5

RGB 254205165
HSL0.070.980.82
HSV27°35°100°
CMYK 0.000.190.35   0.00
XYZ69.495967.450144.9536
Yxy67.45010.38210.3708
Hunter Lab82.12807.320925.0366
CIE-Lab85.730711.952326.4738

#fecda5 color RGB value is (254,205,165).

#fecda5 hex color red value is 254, green value is 205 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #fecda5 hue: 0.07 , saturation: 0.98 and the lightness value of fecda5 is 0.82.

The process color (four color CMYK) of #fecda5 color hex is 0.00, 0.19, 0.35, 0.00. Web safe color of #fecda5 is #ffcc99. Color #fecda5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001101 10100101
Octal 376 315 245
Decimal 254 205 165
Hex FE CD A5

RGB Percentages of Color #fecda5

%40.71
%32.85
%26.44

CMYK Percentages of Color #fecda5

%0
%19
%35
%0

Triadic Colors of #fecda5

#fecda5 #a5fecd #cda5fe

Analogous Colors of #fecda5

#fecda5 #fefaa5 #fea5aa

Monochromatic Colors of #fecda5

#fecda5

Complementary Color

#fecda5 #a5d6fe

#fecda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecda5 Color CSS Codes

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

#fecda5 Text Font Color

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

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


#fecda5 Background Color

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

This div background color is #fecda5


#fecda5 Border Color

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

This div border color is #fecda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecda5

Related Colors


Comments

No comments written yet.

Please login to write comment.