Color Hex Logo

#fdb67f Color Hex

#FDB67F
(253,182,127)
0 Favorites   0 Comments

Color spaces of #fdb67f

RGB 253182127
HSL0.070.970.75
HSV26°50°99°
CMYK 0.000.280.50   0.01
XYZ61.066755.870827.6443
Yxy55.87080.42240.3864
Hunter Lab74.746815.024330.3950
CIE-Lab79.540219.633638.0823

#fdb67f color RGB value is (253,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 01111111
Octal 375 266 177
Decimal 253 182 127
Hex FD B6 7F

RGB Percentages of Color #fdb67f

%45.02
%32.38
%22.60

CMYK Percentages of Color #fdb67f

%0
%28
%50
%1

Triadic Colors of #fdb67f

#fdb67f #7ffdb6 #b67ffd

Analogous Colors of #fdb67f

#fdb67f #fdf57f #fd7f87

Monochromatic Colors of #fdb67f

#fdb67f

Complementary Color

#fdb67f #7fc6fd

#fdb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb67f Color CSS Codes

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

#fdb67f Text Font Color

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

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


#fdb67f Background Color

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

This div background color is #fdb67f


#fdb67f Border Color

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

This div border color is #fdb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb67f


Comments

No comments written yet.

Please login to write comment.