Color Hex Logo

#fefaeb Color Hex

#FEFAEB
(254,250,235)
0 Favorites   0 Comments

Color spaces of #fefaeb

RGB 254250235
HSL0.130.900.96
HSV47°100°
CMYK 0.000.020.07   0.00
XYZ90.054195.440292.2727
Yxy95.44020.32420.3436
Hunter Lab97.6935-6.421912.3853
CIE-Lab98.2094-1.19497.6489

#fefaeb color RGB value is (254,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11101011
Octal 376 372 353
Decimal 254 250 235
Hex FE FA EB

RGB Percentages of Color #fefaeb

%34.37
%33.83
%31.80

CMYK Percentages of Color #fefaeb

%0
%2
%7
%0

Triadic Colors of #fefaeb

#fefaeb #ebfefa #faebfe

Analogous Colors of #fefaeb

#fefaeb #f9feeb #fef1eb

Monochromatic Colors of #fefaeb

#fefaeb

Complementary Color

#fefaeb #ebeffe

#fefaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaeb Color CSS Codes

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

#fefaeb Text Font Color

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

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


#fefaeb Background Color

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

This div background color is #fefaeb


#fefaeb Border Color

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

This div border color is #fefaeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,250,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 #fefaeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaeb


Comments

No comments written yet.

Please login to write comment.