Color Hex Logo

#fffdb4 Color Hex

#FFFDB4
(255,253,180)
0 Favorites   0 Comments

Color spaces of #fffdb4

RGB 255253180
HSL0.161.000.85
HSV58°29°100°
CMYK 0.000.010.29   0.00
XYZ84.603594.805857.0203
Yxy94.80580.35780.4010
Hunter Lab97.3683-15.295433.4367
CIE-Lab97.9558-10.216435.2675

#fffdb4 color RGB value is (255,253,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111101 10110100
Octal 377 375 264
Decimal 255 253 180
Hex FF FD B4

RGB Percentages of Color #fffdb4

%37.06
%36.77
%26.16

CMYK Percentages of Color #fffdb4

%0
%1
%29
%0

Triadic Colors of #fffdb4

#fffdb4 #b4fffd #fdb4ff

Analogous Colors of #fffdb4

#fffdb4 #dcffb4 #ffd8b4

Monochromatic Colors of #fffdb4

#fffdb4

Complementary Color

#fffdb4 #b4b6ff

#fffdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffdb4 Color CSS Codes

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

#fffdb4 Text Font Color

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

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


#fffdb4 Background Color

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

This div background color is #fffdb4


#fffdb4 Border Color

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

This div border color is #fffdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffdb4

Related Colors


Comments

No comments written yet.

Please login to write comment.