Color Hex Logo

#fdbc6c Color Hex

#FDBC6C
(253,188,108)
0 Favorites   0 Comments

Color spaces of #fdbc6c

RGB 253188108
HSL0.090.970.71
HSV33°57°99°
CMYK 0.000.260.57   0.01
XYZ61.198057.931822.1438
Yxy57.93180.43320.4101
Hunter Lab76.112910.323836.0296
CIE-Lab80.700914.939949.1112

#fdbc6c color RGB value is (253,188,108).

#fdbc6c hex color red value is 253, green value is 188 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fdbc6c hue: 0.09 , saturation: 0.97 and the lightness value of fdbc6c is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 01101100
Octal 375 274 154
Decimal 253 188 108
Hex FD BC 6C

RGB Percentages of Color #fdbc6c

%46.08
%34.24
%19.67

CMYK Percentages of Color #fdbc6c

%0
%26
%57
%1

Triadic Colors of #fdbc6c

#fdbc6c #6cfdbc #bc6cfd

Analogous Colors of #fdbc6c

#fdbc6c #f6fd6c #fd746c

Monochromatic Colors of #fdbc6c

#fdbc6c

Complementary Color

#fdbc6c #6cadfd

#fdbc6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc6c Color CSS Codes

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

#fdbc6c Text Font Color

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

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


#fdbc6c Background Color

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

This div background color is #fdbc6c


#fdbc6c Border Color

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

This div border color is #fdbc6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc6c


Comments

No comments written yet.

Please login to write comment.