Color Hex Logo

#fdb07b Color Hex

#FDB07B
(253,176,123)
0 Favorites   0 Comments

Color spaces of #fdb07b

RGB 253176123
HSL0.070.970.74
HSV24°51°99°
CMYK 0.000.300.51   0.01
XYZ59.608553.363425.8973
Yxy53.36340.42920.3843
Hunter Lab73.050317.816830.1161
CIE-Lab78.089122.426838.3063

#fdb07b color RGB value is (253,176,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 01111011
Octal 375 260 173
Decimal 253 176 123
Hex FD B0 7B

RGB Percentages of Color #fdb07b

%45.83
%31.88
%22.28

CMYK Percentages of Color #fdb07b

%0
%30
%51
%1

Triadic Colors of #fdb07b

#fdb07b #7bfdb0 #b07bfd

Analogous Colors of #fdb07b

#fdb07b #fdf17b #fd7b87

Monochromatic Colors of #fdb07b

#fdb07b

Complementary Color

#fdb07b #7bc8fd

#fdb07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb07b Color CSS Codes

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

#fdb07b Text Font Color

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

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


#fdb07b Background Color

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

This div background color is #fdb07b


#fdb07b Border Color

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

This div border color is #fdb07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb07b


Comments

No comments written yet.

Please login to write comment.