Color Hex Logo

#fdefb1 Color Hex

#FDEFB1
(253,239,177)
0 Favorites   0 Comments

Color spaces of #fdefb1

RGB 253239177
HSL0.140.950.84
HSV49°30°99°
CMYK 0.000.060.30   0.01
XYZ79.310385.790053.9740
Yxy85.79000.36200.3916
Hunter Lab92.6229-9.245730.2861
CIE-Lab94.2225-4.372231.7544

#fdefb1 color RGB value is (253,239,177).

#fdefb1 hex color red value is 253, green value is 239 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fdefb1 hue: 0.14 , saturation: 0.95 and the lightness value of fdefb1 is 0.84.

The process color (four color CMYK) of #fdefb1 color hex is 0.00, 0.06, 0.30, 0.01. Web safe color of #fdefb1 is #ffff99. Color #fdefb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101111 10110001
Octal 375 357 261
Decimal 253 239 177
Hex FD EF B1

RGB Percentages of Color #fdefb1

%37.82
%35.72
%26.46

CMYK Percentages of Color #fdefb1

%0
%6
%30
%1

Triadic Colors of #fdefb1

#fdefb1 #b1fdef #efb1fd

Analogous Colors of #fdefb1

#fdefb1 #e5fdb1 #fdc9b1

Monochromatic Colors of #fdefb1

#fdefb1

Complementary Color

#fdefb1 #b1bffd

#fdefb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdefb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdefb1 Color CSS Codes

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

#fdefb1 Text Font Color

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

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


#fdefb1 Background Color

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

This div background color is #fdefb1


#fdefb1 Border Color

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

This div border color is #fdefb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdefb1

Related Colors


Comments

No comments written yet.

Please login to write comment.