Color Hex Logo

#fefbe5 Color Hex

#FEFBE5
(254,251,229)
0 Favorites   0 Comments

Color spaces of #fefbe5

RGB 254251229
HSL0.150.930.95
HSV53°10°100°
CMYK 0.000.010.10   0.00
XYZ89.513195.722387.8872
Yxy95.72230.32770.3505
Hunter Lab97.8378-7.904015.2265
CIE-Lab98.3218-2.664810.8899

#fefbe5 color RGB value is (254,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11100101
Octal 376 373 345
Decimal 254 251 229
Hex FE FB E5

RGB Percentages of Color #fefbe5

%34.60
%34.20
%31.20

CMYK Percentages of Color #fefbe5

%0
%1
%10
%0

Triadic Colors of #fefbe5

#fefbe5 #e5fefb #fbe5fe

Analogous Colors of #fefbe5

#fefbe5 #f5fee5 #feefe5

Monochromatic Colors of #fefbe5

#fefbe5

Complementary Color

#fefbe5 #e5e8fe

#fefbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbe5 Color CSS Codes

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

#fefbe5 Text Font Color

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

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


#fefbe5 Background Color

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

This div background color is #fefbe5


#fefbe5 Border Color

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

This div border color is #fefbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbe5

Related Colors


Comments

No comments written yet.

Please login to write comment.