Color Hex Logo

#fdbb7b Color Hex

#FDBB7B
(253,187,123)
0 Favorites   0 Comments

Color spaces of #fdbb7b

RGB 253187123
HSL0.080.970.74
HSV30°51°99°
CMYK 0.000.260.51   0.01
XYZ61.853557.853426.6457
Yxy57.85340.42260.3953
Hunter Lab76.061412.049532.4726
CIE-Lab80.657216.664041.5518

#fdbb7b color RGB value is (253,187,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 01111011
Octal 375 273 173
Decimal 253 187 123
Hex FD BB 7B

RGB Percentages of Color #fdbb7b

%44.94
%33.21
%21.85

CMYK Percentages of Color #fdbb7b

%0
%26
%51
%1

Triadic Colors of #fdbb7b

#fdbb7b #7bfdbb #bb7bfd

Analogous Colors of #fdbb7b

#fdbb7b #fdfc7b #fd7b7c

Monochromatic Colors of #fdbb7b

#fdbb7b

Complementary Color

#fdbb7b #7bbdfd

#fdbb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbb7b Color CSS Codes

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

#fdbb7b Text Font Color

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

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


#fdbb7b Background Color

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

This div background color is #fdbb7b


#fdbb7b Border Color

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

This div border color is #fdbb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbb7b


Comments

No comments written yet.

Please login to write comment.