Color Hex Logo

#fefad2 Color Hex

#FEFAD2
(254,250,210)
0 Favorites   0 Comments

Color spaces of #fefad2

RGB 254250210
HSL0.150.960.91
HSV55°17°100°
CMYK 0.000.020.17   0.00
XYZ86.691594.095274.5658
Yxy94.09520.33950.3685
Hunter Lab97.0027-10.228922.3258
CIE-Lab97.6703-5.061519.6952

#fefad2 color RGB value is (254,250,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 11010010
Octal 376 372 322
Decimal 254 250 210
Hex FE FA D2

RGB Percentages of Color #fefad2

%35.57
%35.01
%29.41

CMYK Percentages of Color #fefad2

%0
%2
%17
%0

Triadic Colors of #fefad2

#fefad2 #d2fefa #fad2fe

Analogous Colors of #fefad2

#fefad2 #ecfed2 #fee4d2

Monochromatic Colors of #fefad2

#fefad2

Complementary Color

#fefad2 #d2d6fe

#fefad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefad2 Color CSS Codes

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

#fefad2 Text Font Color

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

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


#fefad2 Background Color

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

This div background color is #fefad2


#fefad2 Border Color

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

This div border color is #fefad2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefad2

Related Colors


Comments

No comments written yet.

Please login to write comment.