Color Hex Logo

#fffadb Color Hex

#FFFADB
(255,250,219)
1 Favorites   0 Comments

Color spaces of #fffadb

RGB 255250219
HSL0.141.000.93
HSV52°14°100°
CMYK 0.000.020.14   0.00
XYZ88.211894.745780.6563
Yxy94.74570.33460.3594
Hunter Lab97.3374-8.575219.0069
CIE-Lab97.9317-3.369815.4711

#fffadb color RGB value is (255,250,219).

#fffadb hex color red value is 255, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fffadb hue: 0.14 , saturation: 1.00 and the lightness value of fffadb is 0.93.

The process color (four color CMYK) of #fffadb color hex is 0.00, 0.02, 0.14, 0.00. Web safe color of #fffadb is #ffffcc. Color #fffadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 11011011
Octal 377 372 333
Decimal 255 250 219
Hex FF FA DB

RGB Percentages of Color #fffadb

%35.22
%34.53
%30.25

CMYK Percentages of Color #fffadb

%0
%2
%14
%0

Triadic Colors of #fffadb

#fffadb #dbfffa #fadbff

Analogous Colors of #fffadb

#fffadb #f2ffdb #ffe8db

Monochromatic Colors of #fffadb

#fffadb

Complementary Color

#fffadb #dbe0ff

#fffadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffadb Color CSS Codes

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

#fffadb Text Font Color

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

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


#fffadb Background Color

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

This div background color is #fffadb


#fffadb Border Color

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

This div border color is #fffadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffadb

Related Colors


Comments

No comments written yet.

Please login to write comment.