Color Hex Logo

#fefbe7 Color Hex

#FEFBE7
(254,251,231)
0 Favorites   0 Comments

Color spaces of #fefbe7

RGB 254251231
HSL0.140.920.95
HSV52°100°
CMYK 0.000.010.09   0.00
XYZ89.794095.834789.3666
Yxy95.83470.32650.3485
Hunter Lab97.8952-7.588214.4020
CIE-Lab98.3665-2.34559.9280

#fefbe7 color RGB value is (254,251,231).

#fefbe7 hex color red value is 254, green value is 251 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #fefbe7 hue: 0.14 , saturation: 0.92 and the lightness value of fefbe7 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11100111
Octal 376 373 347
Decimal 254 251 231
Hex FE FB E7

RGB Percentages of Color #fefbe7

%34.51
%34.10
%31.39

CMYK Percentages of Color #fefbe7

%0
%1
%9
%0

Triadic Colors of #fefbe7

#fefbe7 #e7fefb #fbe7fe

Analogous Colors of #fefbe7

#fefbe7 #f6fee7 #fef0e7

Monochromatic Colors of #fefbe7

#fefbe7

Complementary Color

#fefbe7 #e7eafe

#fefbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbe7 Color CSS Codes

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

#fefbe7 Text Font Color

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

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


#fefbe7 Background Color

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

This div background color is #fefbe7


#fefbe7 Border Color

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

This div border color is #fefbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbe7

Related Colors


Comments

No comments written yet.

Please login to write comment.