Color Hex Logo

#feda88 Color Hex

#FEDA88
(254,218,136)
0 Favorites   0 Comments

Color spaces of #feda88

RGB 254218136
HSL0.120.980.76
HSV42°46°100°
CMYK 0.000.140.46   0.00
XYZ70.388472.991233.6714
Yxy72.99120.39760.4123
Hunter Lab85.4349-2.447836.4372
CIE-Lab88.44352.179444.8272

#feda88 color RGB value is (254,218,136).

#feda88 hex color red value is 254, green value is 218 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #feda88 hue: 0.12 , saturation: 0.98 and the lightness value of feda88 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 10001000
Octal 376 332 210
Decimal 254 218 136
Hex FE DA 88

RGB Percentages of Color #feda88

%41.78
%35.86
%22.37

CMYK Percentages of Color #feda88

%0
%14
%46
%0

Triadic Colors of #feda88

#feda88 #88feda #da88fe

Analogous Colors of #feda88

#feda88 #e7fe88 #fe9f88

Monochromatic Colors of #feda88

#feda88

Complementary Color

#feda88 #88acfe

#feda88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feda88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feda88 Color CSS Codes

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

#feda88 Text Font Color

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

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


#feda88 Background Color

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

This div background color is #feda88


#feda88 Border Color

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

This div border color is #feda88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feda88

Related Colors


Comments

No comments written yet.

Please login to write comment.