Color Hex Logo

#fdc588 Color Hex

#FDC588
(253,197,136)
0 Favorites   0 Comments

Color spaces of #fdc588

RGB 253197136
HSL0.090.970.76
HSV31°46°99°
CMYK 0.000.220.46   0.01
XYZ64.918262.592731.9526
Yxy62.59270.40710.3925
Hunter Lab79.11558.015831.4353
CIE-Lab83.227612.625938.1759

#fdc588 color RGB value is (253,197,136).

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

The process color (four color CMYK) of #fdc588 color hex is 0.00, 0.22, 0.46, 0.01. Web safe color of #fdc588 is #ffcc99. Color #fdc588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 10001000
Octal 375 305 210
Decimal 253 197 136
Hex FD C5 88

RGB Percentages of Color #fdc588

%43.17
%33.62
%23.21

CMYK Percentages of Color #fdc588

%0
%22
%46
%1

Triadic Colors of #fdc588

#fdc588 #88fdc5 #c588fd

Analogous Colors of #fdc588

#fdc588 #fbfd88 #fd8b88

Monochromatic Colors of #fdc588

#fdc588

Complementary Color

#fdc588 #88c0fd

#fdc588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc588 Color CSS Codes

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

#fdc588 Text Font Color

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

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


#fdc588 Background Color

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

This div background color is #fdc588


#fdc588 Border Color

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

This div border color is #fdc588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc588

#fdc588 Color Palettes


Comments

No comments written yet.

Please login to write comment.