Color Hex Logo

#fefd9b Color Hex

#FEFD9B
(254,253,155)
0 Favorites   0 Comments

Color spaces of #fefd9b

RGB 254253155
HSL0.160.980.80
HSV59°39°100°
CMYK 0.000.000.39   0.00
XYZ81.914793.687944.7766
Yxy93.68790.37170.4251
Hunter Lab96.7925-18.323840.3270
CIE-Lab97.5061-13.428446.9718

#fefd9b color RGB value is (254,253,155).

#fefd9b hex color red value is 254, green value is 253 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fefd9b hue: 0.16 , saturation: 0.98 and the lightness value of fefd9b is 0.80.

The process color (four color CMYK) of #fefd9b color hex is 0.00, 0.00, 0.39, 0.00. Web safe color of #fefd9b is #ffff99. Color #fefd9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 10011011
Octal 376 375 233
Decimal 254 253 155
Hex FE FD 9B

RGB Percentages of Color #fefd9b

%38.37
%38.22
%23.41

CMYK Percentages of Color #fefd9b

%0
%0
%39
%0

Triadic Colors of #fefd9b

#fefd9b #9bfefd #fd9bfe

Analogous Colors of #fefd9b

#fefd9b #cefe9b #fecc9b

Monochromatic Colors of #fefd9b

#fefd9b

Complementary Color

#fefd9b #9b9cfe

#fefd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefd9b Color CSS Codes

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

#fefd9b Text Font Color

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

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


#fefd9b Background Color

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

This div background color is #fefd9b


#fefd9b Border Color

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

This div border color is #fefd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefd9b

Related Colors


Comments

No comments written yet.

Please login to write comment.