Color Hex Logo

#fdbe79 Color Hex

#FDBE79
(253,190,121)
0 Favorites   0 Comments

Color spaces of #fdbe79

RGB 253190121
HSL0.090.970.73
HSV31°52°99°
CMYK 0.000.250.52   0.01
XYZ62.372759.090026.2073
Yxy59.09000.42240.4001
Hunter Lab76.870010.313233.5953
CIE-Lab81.341014.925543.4207

#fdbe79 color RGB value is (253,190,121).

#fdbe79 hex color red value is 253, green value is 190 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fdbe79 hue: 0.09 , saturation: 0.97 and the lightness value of fdbe79 is 0.73.

The process color (four color CMYK) of #fdbe79 color hex is 0.00, 0.25, 0.52, 0.01. Web safe color of #fdbe79 is #ffcc66. Color #fdbe79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 01111001
Octal 375 276 171
Decimal 253 190 121
Hex FD BE 79

RGB Percentages of Color #fdbe79

%44.86
%33.69
%21.45

CMYK Percentages of Color #fdbe79

%0
%25
%52
%1

Triadic Colors of #fdbe79

#fdbe79 #79fdbe #be79fd

Analogous Colors of #fdbe79

#fdbe79 #fafd79 #fd7c79

Monochromatic Colors of #fdbe79

#fdbe79

Complementary Color

#fdbe79 #79b8fd

#fdbe79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbe79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbe79 Color CSS Codes

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

#fdbe79 Text Font Color

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

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


#fdbe79 Background Color

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

This div background color is #fdbe79


#fdbe79 Border Color

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

This div border color is #fdbe79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbe79


Comments

No comments written yet.

Please login to write comment.