Color Hex Logo

#fed189 Color Hex

#FED189
(254,209,137)
0 Favorites   0 Comments

Color spaces of #fed189

RGB 254209137
HSL0.100.980.77
HSV37°46°100°
CMYK 0.000.180.46   0.00
XYZ68.188968.477933.2905
Yxy68.47790.40120.4029
Hunter Lab82.75142.272934.0739
CIE-Lab86.24496.894641.5483

#fed189 color RGB value is (254,209,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010001 10001001
Octal 376 321 211
Decimal 254 209 137
Hex FE D1 89

RGB Percentages of Color #fed189

%42.33
%34.83
%22.83

CMYK Percentages of Color #fed189

%0
%18
%46
%0

Triadic Colors of #fed189

#fed189 #89fed1 #d189fe

Analogous Colors of #fed189

#fed189 #f1fe89 #fe9789

Monochromatic Colors of #fed189

#fed189

Complementary Color

#fed189 #89b6fe

#fed189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed189 Color CSS Codes

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

#fed189 Text Font Color

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

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


#fed189 Background Color

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

This div background color is #fed189


#fed189 Border Color

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

This div border color is #fed189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed189


Comments

No comments written yet.

Please login to write comment.