Color Hex Logo

#fdbb7d Color Hex

#FDBB7D
(253,187,125)
0 Favorites   0 Comments

Color spaces of #fdbb7d

RGB 253187125
HSL0.080.970.74
HSV29°51°99°
CMYK 0.000.260.51   0.01
XYZ61.980057.904027.3119
Yxy57.90400.42110.3934
Hunter Lab76.094712.224631.9859
CIE-Lab80.685416.837840.5664

#fdbb7d color RGB value is (253,187,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 01111101
Octal 375 273 175
Decimal 253 187 125
Hex FD BB 7D

RGB Percentages of Color #fdbb7d

%44.78
%33.10
%22.12

CMYK Percentages of Color #fdbb7d

%0
%26
%51
%1

Triadic Colors of #fdbb7d

#fdbb7d #7dfdbb #bb7dfd

Analogous Colors of #fdbb7d

#fdbb7d #fdfb7d #fd7d7f

Monochromatic Colors of #fdbb7d

#fdbb7d

Complementary Color

#fdbb7d #7dbffd

#fdbb7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbb7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbb7d Color CSS Codes

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

#fdbb7d Text Font Color

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

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


#fdbb7d Background Color

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

This div background color is #fdbb7d


#fdbb7d Border Color

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

This div border color is #fdbb7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbb7d

Related Colors


Comments

No comments written yet.

Please login to write comment.