Color Hex Logo

#fefdc4 Color Hex

#FEFDC4
(254,253,196)
0 Favorites   0 Comments

Color spaces of #fefdc4

RGB 254253196
HSL0.160.970.88
HSV59°23°100°
CMYK 0.000.000.23   0.00
XYZ85.962195.306966.0899
Yxy95.30690.34750.3853
Hunter Lab97.6253-13.669328.1998
CIE-Lab98.1562-8.519427.4828

#fefdc4 color RGB value is (254,253,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111101 11000100
Octal 376 375 304
Decimal 254 253 196
Hex FE FD C4

RGB Percentages of Color #fefdc4

%36.13
%35.99
%27.88

CMYK Percentages of Color #fefdc4

%0
%0
%23
%0

Triadic Colors of #fefdc4

#fefdc4 #c4fefd #fdc4fe

Analogous Colors of #fefdc4

#fefdc4 #e2fec4 #fee0c4

Monochromatic Colors of #fefdc4

#fefdc4

Complementary Color

#fefdc4 #c4c5fe

#fefdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefdc4 Color CSS Codes

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

#fefdc4 Text Font Color

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

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


#fefdc4 Background Color

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

This div background color is #fefdc4


#fefdc4 Border Color

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

This div border color is #fefdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefdc4

Related Colors


Comments

No comments written yet.

Please login to write comment.