Color Hex Logo

#fdfbea Color Hex

#FDFBEA
(253,251,234)
0 Favorites   0 Comments

Color spaces of #fdfbea

RGB 253251234
HSL0.150.830.95
HSV54°99°
CMYK 0.000.010.08   0.01
XYZ89.856595.817591.6006
Yxy95.81750.32410.3456
Hunter Lab97.8864-7.444113.0378
CIE-Lab98.3597-2.20228.3686

#fdfbea color RGB value is (253,251,234).

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

The process color (four color CMYK) of #fdfbea color hex is 0.00, 0.01, 0.08, 0.01. Web safe color of #fdfbea is #ffffff. Color #fdfbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 11101010
Octal 375 373 352
Decimal 253 251 234
Hex FD FB EA

RGB Percentages of Color #fdfbea

%34.28
%34.01
%31.71

CMYK Percentages of Color #fdfbea

%0
%1
%8
%1

Triadic Colors of #fdfbea

#fdfbea #eafdfb #fbeafd

Analogous Colors of #fdfbea

#fdfbea #f6fdea #fdf2ea

Monochromatic Colors of #fdfbea

#fdfbea

Complementary Color

#fdfbea #eaecfd

#fdfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfbea Color CSS Codes

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

#fdfbea Text Font Color

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

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


#fdfbea Background Color

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

This div background color is #fdfbea


#fdfbea Border Color

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

This div border color is #fdfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfbea

Related Colors


Comments

No comments written yet.

Please login to write comment.