Color Hex Logo

#fdb386 Color Hex

#FDB386
(253,179,134)
0 Favorites   0 Comments

Color spaces of #fdb386

RGB 253179134
HSL0.060.970.76
HSV23°47°99°
CMYK 0.000.290.47   0.01
XYZ60.931254.844129.9288
Yxy54.84410.41820.3764
Hunter Lab74.056817.263827.8787
CIE-Lab78.951421.852433.6704

#fdb386 color RGB value is (253,179,134).

#fdb386 hex color red value is 253, green value is 179 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fdb386 hue: 0.06 , saturation: 0.97 and the lightness value of fdb386 is 0.76.

The process color (four color CMYK) of #fdb386 color hex is 0.00, 0.29, 0.47, 0.01. Web safe color of #fdb386 is #ffcc99. Color #fdb386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 10000110
Octal 375 263 206
Decimal 253 179 134
Hex FD B3 86

RGB Percentages of Color #fdb386

%44.70
%31.63
%23.67

CMYK Percentages of Color #fdb386

%0
%29
%47
%1

Triadic Colors of #fdb386

#fdb386 #86fdb3 #b386fd

Analogous Colors of #fdb386

#fdb386 #fdef86 #fd8695

Monochromatic Colors of #fdb386

#fdb386

Complementary Color

#fdb386 #86d0fd

#fdb386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb386 Color CSS Codes

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

#fdb386 Text Font Color

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

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


#fdb386 Background Color

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

This div background color is #fdb386


#fdb386 Border Color

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

This div border color is #fdb386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb386


Comments

No comments written yet.

Please login to write comment.