Color Hex Logo

#fdc08b Color Hex

#FDC08B
(253,192,139)
0 Favorites   0 Comments

Color spaces of #fdc08b

RGB 253192139
HSL0.080.970.77
HSV28°45°99°
CMYK 0.000.240.45   0.01
XYZ64.017960.446032.7192
Yxy60.44600.40730.3846
Hunter Lab77.747010.921929.4712
CIE-Lab82.080015.527435.1427

#fdc08b color RGB value is (253,192,139).

#fdc08b hex color red value is 253, green value is 192 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fdc08b hue: 0.08 , saturation: 0.97 and the lightness value of fdc08b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 10001011
Octal 375 300 213
Decimal 253 192 139
Hex FD C0 8B

RGB Percentages of Color #fdc08b

%43.32
%32.88
%23.80

CMYK Percentages of Color #fdc08b

%0
%24
%45
%1

Triadic Colors of #fdc08b

#fdc08b #8bfdc0 #c08bfd

Analogous Colors of #fdc08b

#fdc08b #fdf98b #fd8b8f

Monochromatic Colors of #fdc08b

#fdc08b

Complementary Color

#fdc08b #8bc8fd

#fdc08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc08b Color CSS Codes

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

#fdc08b Text Font Color

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

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


#fdc08b Background Color

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

This div background color is #fdc08b


#fdc08b Border Color

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

This div border color is #fdc08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc08b


Comments

No comments written yet.

Please login to write comment.