Color Hex Logo

#fdfeb5 Color Hex

#FDFEB5
(253,254,181)
0 Favorites   0 Comments

Color spaces of #fdfeb5

RGB 253254181
HSL0.170.970.85
HSV61°29°100°
CMYK 0.000.000.29   0.00
XYZ84.290395.102557.6301
Yxy95.10250.35560.4012
Hunter Lab97.5205-16.377333.2267
CIE-Lab98.0745-11.322534.8996

#fdfeb5 color RGB value is (253,254,181).

#fdfeb5 hex color red value is 253, green value is 254 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fdfeb5 hue: 0.17 , saturation: 0.97 and the lightness value of fdfeb5 is 0.85.

The process color (four color CMYK) of #fdfeb5 color hex is 0.00, 0.00, 0.29, 0.00. Web safe color of #fdfeb5 is #ffffcc. Color #fdfeb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10110101
Octal 375 376 265
Decimal 253 254 181
Hex FD FE B5

RGB Percentages of Color #fdfeb5

%36.77
%36.92
%26.31

CMYK Percentages of Color #fdfeb5

%0
%0
%29
%0

Triadic Colors of #fdfeb5

#fdfeb5 #b5fdfe #feb5fd

Analogous Colors of #fdfeb5

#fdfeb5 #d9feb5 #fedbb5

Monochromatic Colors of #fdfeb5

#fdfeb5

Complementary Color

#fdfeb5 #b6b5fe

#fdfeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeb5 Color CSS Codes

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

#fdfeb5 Text Font Color

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

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


#fdfeb5 Background Color

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

This div background color is #fdfeb5


#fdfeb5 Border Color

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

This div border color is #fdfeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeb5

Related Colors


Comments

No comments written yet.

Please login to write comment.