Color Hex Logo

#fdb69d Color Hex

#FDB69D
(253,182,157)
0 Favorites   0 Comments

Color spaces of #fdb69d

RGB 253182157
HSL0.040.960.80
HSV16°38°99°
CMYK 0.000.280.38   0.01
XYZ63.321856.772939.5191
Yxy56.77290.39670.3557
Hunter Lab75.347818.151621.6465
CIE-Lab80.051722.675822.9430

#fdb69d color RGB value is (253,182,157).

#fdb69d hex color red value is 253, green value is 182 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fdb69d hue: 0.04 , saturation: 0.96 and the lightness value of fdb69d is 0.80.

The process color (four color CMYK) of #fdb69d color hex is 0.00, 0.28, 0.38, 0.01. Web safe color of #fdb69d is #ffcc99. Color #fdb69d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 10011101
Octal 375 266 235
Decimal 253 182 157
Hex FD B6 9D

RGB Percentages of Color #fdb69d

%42.74
%30.74
%26.52

CMYK Percentages of Color #fdb69d

%0
%28
%38
%1

Triadic Colors of #fdb69d

#fdb69d #9dfdb6 #b69dfd

Analogous Colors of #fdb69d

#fdb69d #fde69d #fd9db4

Monochromatic Colors of #fdb69d

#fdb69d

Complementary Color

#fdb69d #9de4fd

#fdb69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb69d Color CSS Codes

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

#fdb69d Text Font Color

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

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


#fdb69d Background Color

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

This div background color is #fdb69d


#fdb69d Border Color

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

This div border color is #fdb69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb69d

Related Colors


Comments

No comments written yet.

Please login to write comment.