Color Hex Logo

#fdfbe4 Color Hex

#FDFBE4
(253,251,228)
0 Favorites   0 Comments

Color spaces of #fdfbe4

RGB 253251228
HSL0.150.860.94
HSV55°10°99°
CMYK 0.000.010.10   0.01
XYZ89.008895.478487.1367
Yxy95.47840.32770.3515
Hunter Lab97.7130-8.398615.5266
CIE-Lab98.2246-3.168111.2539

#fdfbe4 color RGB value is (253,251,228).

#fdfbe4 hex color red value is 253, green value is 251 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #fdfbe4 hue: 0.15 , saturation: 0.86 and the lightness value of fdfbe4 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11100100
Octal 375 373 344
Decimal 253 251 228
Hex FD FB E4

RGB Percentages of Color #fdfbe4

%34.56
%34.29
%31.15

CMYK Percentages of Color #fdfbe4

%0
%1
%10
%1

Triadic Colors of #fdfbe4

#fdfbe4 #e4fdfb #fbe4fd

Analogous Colors of #fdfbe4

#fdfbe4 #f3fde4 #fdefe4

Monochromatic Colors of #fdfbe4

#fdfbe4

Complementary Color

#fdfbe4 #e4e6fd

#fdfbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbe4 Color CSS Codes

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

#fdfbe4 Text Font Color

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

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


#fdfbe4 Background Color

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

This div background color is #fdfbe4


#fdfbe4 Border Color

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

This div border color is #fdfbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.