Color Hex Logo

#fdc088 Color Hex

#FDC088
(253,192,136)
0 Favorites   0 Comments

Color spaces of #fdc088

RGB 253192136
HSL0.080.970.76
HSV29°46°99°
CMYK 0.000.240.46   0.01
XYZ63.801660.359531.5804
Yxy60.35950.40970.3876
Hunter Lab77.691410.627630.2835
CIE-Lab82.033215.235036.6346

#fdc088 color RGB value is (253,192,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 10001000
Octal 375 300 210
Decimal 253 192 136
Hex FD C0 88

RGB Percentages of Color #fdc088

%43.55
%33.05
%23.41

CMYK Percentages of Color #fdc088

%0
%24
%46
%1

Triadic Colors of #fdc088

#fdc088 #88fdc0 #c088fd

Analogous Colors of #fdc088

#fdc088 #fdfb88 #fd888b

Monochromatic Colors of #fdc088

#fdc088

Complementary Color

#fdc088 #88c5fd

#fdc088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc088 Color CSS Codes

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

#fdc088 Text Font Color

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

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


#fdc088 Background Color

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

This div background color is #fdc088


#fdc088 Border Color

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

This div border color is #fdc088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,192,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 #fdc088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc088


Comments

No comments written yet.

Please login to write comment.