Color Hex Logo

#fdb772 Color Hex

#FDB772
(253,183,114)
0 Favorites   0 Comments

Color spaces of #fdb772

RGB 253183114
HSL0.080.970.72
HSV30°55°99°
CMYK 0.000.280.55   0.01
XYZ60.478855.964523.5342
Yxy55.96450.43210.3998
Hunter Lab74.809413.389733.7146
CIE-Lab79.593618.014544.7903

#fdb772 color RGB value is (253,183,114).

#fdb772 hex color red value is 253, green value is 183 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fdb772 hue: 0.08 , saturation: 0.97 and the lightness value of fdb772 is 0.72.

The process color (four color CMYK) of #fdb772 color hex is 0.00, 0.28, 0.55, 0.01. Web safe color of #fdb772 is #ffcc66. Color #fdb772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110111 01110010
Octal 375 267 162
Decimal 253 183 114
Hex FD B7 72

RGB Percentages of Color #fdb772

%46.00
%33.27
%20.73

CMYK Percentages of Color #fdb772

%0
%28
%55
%1

Triadic Colors of #fdb772

#fdb772 #72fdb7 #b772fd

Analogous Colors of #fdb772

#fdb772 #fdfd72 #fd7273

Monochromatic Colors of #fdb772

#fdb772

Complementary Color

#fdb772 #72b8fd

#fdb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb772 Color CSS Codes

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

#fdb772 Text Font Color

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

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


#fdb772 Background Color

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

This div background color is #fdb772


#fdb772 Border Color

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

This div border color is #fdb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb772

Related Colors


Comments

No comments written yet.

Please login to write comment.