Color Hex Logo

#fffdbc Color Hex

#FFFDBC
(255,253,188)
1 Favorites   0 Comments

Color spaces of #fffdbc

RGB 255253188
HSL0.161.000.87
HSV58°26°100°
CMYK 0.000.010.26   0.00
XYZ85.442495.141461.4378
Yxy95.14140.35300.3931
Hunter Lab97.5405-14.335430.9333
CIE-Lab98.0901-9.210831.4391

#fffdbc color RGB value is (255,253,188).

#fffdbc hex color red value is 255, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fffdbc hue: 0.16 , saturation: 1.00 and the lightness value of fffdbc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10111100
Octal 377 375 274
Decimal 255 253 188
Hex FF FD BC

RGB Percentages of Color #fffdbc

%36.64
%36.35
%27.01

CMYK Percentages of Color #fffdbc

%0
%1
%26
%0

Triadic Colors of #fffdbc

#fffdbc #bcfffd #fdbcff

Analogous Colors of #fffdbc

#fffdbc #e0ffbc #ffdcbc

Monochromatic Colors of #fffdbc

#fffdbc

Complementary Color

#fffdbc #bcbeff

#fffdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdbc Color CSS Codes

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

#fffdbc Text Font Color

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

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


#fffdbc Background Color

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

This div background color is #fffdbc


#fffdbc Border Color

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

This div border color is #fffdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdbc

Related Colors


Comments

No comments written yet.

Please login to write comment.