Color Hex Logo

#fefdeb Color Hex

#FEFDEB
(254,253,235)
0 Favorites   0 Comments

Color spaces of #fefdeb

RGB 254253235
HSL0.160.900.96
HSV57°100°
CMYK 0.000.000.07   0.00
XYZ90.993797.319592.5859
Yxy97.31950.32390.3465
Hunter Lab98.6506-7.993213.4104
CIE-Lab98.9541-2.70308.7190

#fefdeb color RGB value is (254,253,235).

#fefdeb hex color red value is 254, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fefdeb hue: 0.16 , saturation: 0.90 and the lightness value of fefdeb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11101011
Octal 376 375 353
Decimal 254 253 235
Hex FE FD EB

RGB Percentages of Color #fefdeb

%34.23
%34.10
%31.67

CMYK Percentages of Color #fefdeb

%0
%0
%7
%0

Triadic Colors of #fefdeb

#fefdeb #ebfefd #fdebfe

Analogous Colors of #fefdeb

#fefdeb #f6feeb #fef4eb

Monochromatic Colors of #fefdeb

#fefdeb

Complementary Color

#fefdeb #ebecfe

#fefdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdeb Color CSS Codes

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

#fefdeb Text Font Color

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

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


#fefdeb Background Color

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

This div background color is #fefdeb


#fefdeb Border Color

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

This div border color is #fefdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdeb

Related Colors


Comments

No comments written yet.

Please login to write comment.