Color Hex Logo

#fffdb6 Color Hex

#FFFDB6
(255,253,182)
0 Favorites   0 Comments

Color spaces of #fffdb6

RGB 255253182
HSL0.161.000.86
HSV58°29°100°
CMYK 0.000.010.29   0.00
XYZ84.808894.888058.1013
Yxy94.88800.35660.3990
Hunter Lab97.4105-15.060332.8233
CIE-Lab97.9887-9.969634.3119

#fffdb6 color RGB value is (255,253,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10110110
Octal 377 375 266
Decimal 255 253 182
Hex FF FD B6

RGB Percentages of Color #fffdb6

%36.96
%36.67
%26.38

CMYK Percentages of Color #fffdb6

%0
%1
%29
%0

Triadic Colors of #fffdb6

#fffdb6 #b6fffd #fdb6ff

Analogous Colors of #fffdb6

#fffdb6 #ddffb6 #ffd9b6

Monochromatic Colors of #fffdb6

#fffdb6

Complementary Color

#fffdb6 #b6b8ff

#fffdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdb6 Color CSS Codes

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

#fffdb6 Text Font Color

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

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


#fffdb6 Background Color

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

This div background color is #fffdb6


#fffdb6 Border Color

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

This div border color is #fffdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdb6

Related Colors

#fffdb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.