Color Hex Logo

#fdb07e Color Hex

#FDB07E
(253,176,126)
0 Favorites   0 Comments

Color spaces of #fdb07e

RGB 253176126
HSL0.070.970.74
HSV24°50°99°
CMYK 0.000.300.50   0.01
XYZ59.799253.439726.9018
Yxy53.43970.42670.3813
Hunter Lab73.102518.087129.3529
CIE-Lab78.133922.689536.8017

#fdb07e color RGB value is (253,176,126).

#fdb07e hex color red value is 253, green value is 176 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fdb07e hue: 0.07 , saturation: 0.97 and the lightness value of fdb07e is 0.74.

The process color (four color CMYK) of #fdb07e color hex is 0.00, 0.30, 0.50, 0.01. Web safe color of #fdb07e is #ff9966. Color #fdb07e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01111110
Octal 375 260 176
Decimal 253 176 126
Hex FD B0 7E

RGB Percentages of Color #fdb07e

%45.59
%31.71
%22.70

CMYK Percentages of Color #fdb07e

%0
%30
%50
%1

Triadic Colors of #fdb07e

#fdb07e #7efdb0 #b07efd

Analogous Colors of #fdb07e

#fdb07e #fdf07e #fd7e8c

Monochromatic Colors of #fdb07e

#fdb07e

Complementary Color

#fdb07e #7ecbfd

#fdb07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb07e Color CSS Codes

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

#fdb07e Text Font Color

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

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


#fdb07e Background Color

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

This div background color is #fdb07e


#fdb07e Border Color

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

This div border color is #fdb07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb07e

Related Colors


Comments

No comments written yet.

Please login to write comment.