Color Hex Logo

#fdd87b Color Hex

#FDD87B
(253,216,123)
0 Favorites   0 Comments

Color spaces of #fdd87b

RGB 253216123
HSL0.120.970.74
HSV43°51°99°
CMYK 0.000.150.51   0.01
XYZ68.639071.424428.9075
Yxy71.42440.40620.4227
Hunter Lab84.5130-2.925138.8790
CIE-Lab87.69081.644850.2347

#fdd87b color RGB value is (253,216,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011000 01111011
Octal 375 330 173
Decimal 253 216 123
Hex FD D8 7B

RGB Percentages of Color #fdd87b

%42.74
%36.49
%20.78

CMYK Percentages of Color #fdd87b

%0
%15
%51
%1

Triadic Colors of #fdd87b

#fdd87b #7bfdd8 #d87bfd

Analogous Colors of #fdd87b

#fdd87b #e1fd7b #fd977b

Monochromatic Colors of #fdd87b

#fdd87b

Complementary Color

#fdd87b #7ba0fd

#fdd87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdd87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdd87b Color CSS Codes

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

#fdd87b Text Font Color

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

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


#fdd87b Background Color

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

This div background color is #fdd87b


#fdd87b Border Color

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

This div border color is #fdd87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdd87b

Related Colors

#fdd87b Color Palettes


Comments

No comments written yet.

Please login to write comment.