Color Hex Logo

#fedb88 Color Hex

#FEDB88
(254,219,136)
0 Favorites   0 Comments

Color spaces of #fedb88

RGB 254219136
HSL0.120.980.76
HSV42°46°100°
CMYK 0.000.140.46   0.00
XYZ70.648573.511433.7581
Yxy73.51140.39710.4132
Hunter Lab85.7388-2.959436.6728
CIE-Lab88.69101.669045.1380

#fedb88 color RGB value is (254,219,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011011 10001000
Octal 376 333 210
Decimal 254 219 136
Hex FE DB 88

RGB Percentages of Color #fedb88

%41.71
%35.96
%22.33

CMYK Percentages of Color #fedb88

%0
%14
%46
%0

Triadic Colors of #fedb88

#fedb88 #88fedb #db88fe

Analogous Colors of #fedb88

#fedb88 #e6fe88 #fea088

Monochromatic Colors of #fedb88

#fedb88

Complementary Color

#fedb88 #88abfe

#fedb88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedb88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedb88 Color CSS Codes

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

#fedb88 Text Font Color

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

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


#fedb88 Background Color

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

This div background color is #fedb88


#fedb88 Border Color

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

This div border color is #fedb88


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,219,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 #fedb88">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedb88

Related Colors


Comments

No comments written yet.

Please login to write comment.