Color Hex Logo

#fdbf7b Color Hex

#FDBF7B
(253,191,123)
0 Favorites   0 Comments

Color spaces of #fdbf7b

RGB 253191123
HSL0.090.970.74
HSV31°51°99°
CMYK 0.000.250.51   0.01
XYZ62.714059.574326.9325
Yxy59.57430.42030.3992
Hunter Lab77.18449.962533.3406
CIE-Lab81.606314.573442.7408

#fdbf7b color RGB value is (253,191,123).

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

The process color (four color CMYK) of #fdbf7b color hex is 0.00, 0.25, 0.51, 0.01. Web safe color of #fdbf7b is #ffcc66. Color #fdbf7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 01111011
Octal 375 277 173
Decimal 253 191 123
Hex FD BF 7B

RGB Percentages of Color #fdbf7b

%44.62
%33.69
%21.69

CMYK Percentages of Color #fdbf7b

%0
%25
%51
%1

Triadic Colors of #fdbf7b

#fdbf7b #7bfdbf #bf7bfd

Analogous Colors of #fdbf7b

#fdbf7b #fafd7b #fd7e7b

Monochromatic Colors of #fdbf7b

#fdbf7b

Complementary Color

#fdbf7b #7bb9fd

#fdbf7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbf7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbf7b Color CSS Codes

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

#fdbf7b Text Font Color

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

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


#fdbf7b Background Color

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

This div background color is #fdbf7b


#fdbf7b Border Color

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

This div border color is #fdbf7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,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 #fdbf7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbf7b


Comments

No comments written yet.

Please login to write comment.