Color Hex Logo

#fefbe4 Color Hex

#FEFBE4
(254,251,228)
0 Favorites   0 Comments

Color spaces of #fefbe4

RGB 254251228
HSL0.150.930.95
HSV53°10°100°
CMYK 0.000.010.10   0.00
XYZ89.373895.666687.1538
Yxy95.66660.32830.3515
Hunter Lab97.8093-8.060915.6357
CIE-Lab98.2996-2.823611.3711

#fefbe4 color RGB value is (254,251,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111011 11100100
Octal 376 373 344
Decimal 254 251 228
Hex FE FB E4

RGB Percentages of Color #fefbe4

%34.65
%34.24
%31.11

CMYK Percentages of Color #fefbe4

%0
%1
%10
%0

Triadic Colors of #fefbe4

#fefbe4 #e4fefb #fbe4fe

Analogous Colors of #fefbe4

#fefbe4 #f4fee4 #feeee4

Monochromatic Colors of #fefbe4

#fefbe4

Complementary Color

#fefbe4 #e4e7fe

#fefbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefbe4 Color CSS Codes

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

#fefbe4 Text Font Color

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

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


#fefbe4 Background Color

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

This div background color is #fefbe4


#fefbe4 Border Color

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

This div border color is #fefbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefbe4

Related Colors


Comments

No comments written yet.

Please login to write comment.