Color Hex Logo

#fed195 Color Hex

#FED195
(254,209,149)
0 Favorites   0 Comments

Color spaces of #fed195

RGB 254209149
HSL0.100.980.79
HSV34°41°100°
CMYK 0.000.180.41   0.00
XYZ69.098368.841738.0797
Yxy68.84170.39260.3911
Hunter Lab82.97093.456030.8683
CIE-Lab86.42568.096635.6861

#fed195 color RGB value is (254,209,149).

#fed195 hex color red value is 254, green value is 209 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fed195 hue: 0.10 , saturation: 0.98 and the lightness value of fed195 is 0.79.

The process color (four color CMYK) of #fed195 color hex is 0.00, 0.18, 0.41, 0.00. Web safe color of #fed195 is #ffcc99. Color #fed195 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10010101
Octal 376 321 225
Decimal 254 209 149
Hex FE D1 95

RGB Percentages of Color #fed195

%41.50
%34.15
%24.35

CMYK Percentages of Color #fed195

%0
%18
%41
%0

Triadic Colors of #fed195

#fed195 #95fed1 #d195fe

Analogous Colors of #fed195

#fed195 #f7fe95 #fe9d95

Monochromatic Colors of #fed195

#fed195

Complementary Color

#fed195 #95c2fe

#fed195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed195 Color CSS Codes

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

#fed195 Text Font Color

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

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


#fed195 Background Color

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

This div background color is #fed195


#fed195 Border Color

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

This div border color is #fed195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed195


Comments

No comments written yet.

Please login to write comment.