Color Hex Logo

#fdb377 Color Hex

#FDB377
(253,179,119)
0 Favorites   0 Comments

Color spaces of #fdb377

RGB 253179119
HSL0.070.970.73
HSV27°53°99°
CMYK 0.000.290.53   0.01
XYZ59.957954.454824.8035
Yxy54.45480.43070.3912
Hunter Lab73.793515.894331.7269
CIE-Lab78.726220.515141.1745

#fdb377 color RGB value is (253,179,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 01110111
Octal 375 263 167
Decimal 253 179 119
Hex FD B3 77

RGB Percentages of Color #fdb377

%45.92
%32.49
%21.60

CMYK Percentages of Color #fdb377

%0
%29
%53
%1

Triadic Colors of #fdb377

#fdb377 #77fdb3 #b377fd

Analogous Colors of #fdb377

#fdb377 #fdf677 #fd777e

Monochromatic Colors of #fdb377

#fdb377

Complementary Color

#fdb377 #77c1fd

#fdb377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb377 Color CSS Codes

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

#fdb377 Text Font Color

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

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


#fdb377 Background Color

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

This div background color is #fdb377


#fdb377 Border Color

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

This div border color is #fdb377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb377


Comments

No comments written yet.

Please login to write comment.