Color Hex Logo

#fdeb83 Color Hex

#FDEB83
(253,235,131)
0 Favorites   0 Comments

Color spaces of #fdeb83

RGB 253235131
HSL0.140.970.75
HSV51°48°99°
CMYK 0.000.070.48   0.01
XYZ74.313181.938033.3716
Yxy81.93800.39190.4321
Hunter Lab90.5196-11.867741.5055
CIE-Lab92.5475-7.254152.3056

#fdeb83 color RGB value is (253,235,131).

#fdeb83 hex color red value is 253, green value is 235 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fdeb83 hue: 0.14 , saturation: 0.97 and the lightness value of fdeb83 is 0.75.

The process color (four color CMYK) of #fdeb83 color hex is 0.00, 0.07, 0.48, 0.01. Web safe color of #fdeb83 is #ffff99. Color #fdeb83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101011 10000011
Octal 375 353 203
Decimal 253 235 131
Hex FD EB 83

RGB Percentages of Color #fdeb83

%40.87
%37.96
%21.16

CMYK Percentages of Color #fdeb83

%0
%7
%48
%1

Triadic Colors of #fdeb83

#fdeb83 #83fdeb #eb83fd

Analogous Colors of #fdeb83

#fdeb83 #d2fd83 #fdae83

Monochromatic Colors of #fdeb83

#fdeb83

Complementary Color

#fdeb83 #8395fd

#fdeb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdeb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdeb83 Color CSS Codes

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

#fdeb83 Text Font Color

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

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


#fdeb83 Background Color

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

This div background color is #fdeb83


#fdeb83 Border Color

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

This div border color is #fdeb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdeb83

Related Colors

#fdeb83 Color Palettes


Comments

No comments written yet.

Please login to write comment.