Color Hex Logo

#fdbc99 Color Hex

#FDBC99
(253,188,153)
0 Favorites   0 Comments

Color spaces of #fdbc99

RGB 253188153
HSL0.060.960.80
HSV21°40°99°
CMYK 0.000.260.40   0.01
XYZ64.241059.149038.1680
Yxy59.14900.39760.3661
Hunter Lab76.908414.510024.4115
CIE-Lab81.373419.081626.8666

#fdbc99 color RGB value is (253,188,153).

#fdbc99 hex color red value is 253, green value is 188 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fdbc99 hue: 0.06 , saturation: 0.96 and the lightness value of fdbc99 is 0.80.

The process color (four color CMYK) of #fdbc99 color hex is 0.00, 0.26, 0.40, 0.01. Web safe color of #fdbc99 is #ffcc99. Color #fdbc99 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10011001
Octal 375 274 231
Decimal 253 188 153
Hex FD BC 99

RGB Percentages of Color #fdbc99

%42.59
%31.65
%25.76

CMYK Percentages of Color #fdbc99

%0
%26
%40
%1

Triadic Colors of #fdbc99

#fdbc99 #99fdbc #bc99fd

Analogous Colors of #fdbc99

#fdbc99 #fdee99 #fd99a8

Monochromatic Colors of #fdbc99

#fdbc99

Complementary Color

#fdbc99 #99dafd

#fdbc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbc99 Color CSS Codes

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

#fdbc99 Text Font Color

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

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


#fdbc99 Background Color

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

This div background color is #fdbc99


#fdbc99 Border Color

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

This div border color is #fdbc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbc99


Comments

No comments written yet.

Please login to write comment.