Color Hex Logo

#fdc08f Color Hex

#FDC08F
(253,192,143)
0 Favorites   0 Comments

Color spaces of #fdc08f

RGB 253192143
HSL0.070.960.78
HSV27°43°99°
CMYK 0.000.240.43   0.01
XYZ64.315660.565134.2870
Yxy60.56510.40410.3805
Hunter Lab77.823611.326228.3549
CIE-Lab82.144415.928333.1474

#fdc08f color RGB value is (253,192,143).

#fdc08f hex color red value is 253, green value is 192 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fdc08f hue: 0.07 , saturation: 0.96 and the lightness value of fdc08f is 0.78.

The process color (four color CMYK) of #fdc08f color hex is 0.00, 0.24, 0.43, 0.01. Web safe color of #fdc08f is #ffcc99. Color #fdc08f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 10001111
Octal 375 300 217
Decimal 253 192 143
Hex FD C0 8F

RGB Percentages of Color #fdc08f

%43.03
%32.65
%24.32

CMYK Percentages of Color #fdc08f

%0
%24
%43
%1

Triadic Colors of #fdc08f

#fdc08f #8ffdc0 #c08ffd

Analogous Colors of #fdc08f

#fdc08f #fdf78f #fd8f95

Monochromatic Colors of #fdc08f

#fdc08f

Complementary Color

#fdc08f #8fccfd

#fdc08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc08f Color CSS Codes

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

#fdc08f Text Font Color

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

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


#fdc08f Background Color

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

This div background color is #fdc08f


#fdc08f Border Color

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

This div border color is #fdc08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc08f


Comments

No comments written yet.

Please login to write comment.