Color Hex Logo

#fdb37a Color Hex

#FDB37A
(253,179,122)
0 Favorites   0 Comments

Color spaces of #fdb37a

RGB 253179122
HSL0.070.970.74
HSV26°52°99°
CMYK 0.000.290.52   0.01
XYZ60.141054.528025.7675
Yxy54.52800.42820.3883
Hunter Lab73.843116.152731.0009
CIE-Lab78.768620.768339.6853

#fdb37a color RGB value is (253,179,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01111010
Octal 375 263 172
Decimal 253 179 122
Hex FD B3 7A

RGB Percentages of Color #fdb37a

%45.67
%32.31
%22.02

CMYK Percentages of Color #fdb37a

%0
%29
%52
%1

Triadic Colors of #fdb37a

#fdb37a #7afdb3 #b37afd

Analogous Colors of #fdb37a

#fdb37a #fdf57a #fd7a83

Monochromatic Colors of #fdb37a

#fdb37a

Complementary Color

#fdb37a #7ac4fd

#fdb37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb37a Color CSS Codes

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

#fdb37a Text Font Color

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

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


#fdb37a Background Color

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

This div background color is #fdb37a


#fdb37a Border Color

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

This div border color is #fdb37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb37a

Related Colors

#fdb37a Color Palettes


Comments

No comments written yet.

Please login to write comment.