Color Hex Logo

#fefa87 Color Hex

#FEFA87
(254,250,135)
0 Favorites   0 Comments

Color spaces of #fefa87

RGB 254250135
HSL0.160.980.76
HSV58°47°100°
CMYK 0.000.020.47   0.00
XYZ79.431891.191336.3369
Yxy91.19130.38380.4406
Hunter Lab95.4941-18.638944.2852
CIE-Lab96.4888-13.900355.2197

#fefa87 color RGB value is (254,250,135).

#fefa87 hex color red value is 254, green value is 250 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fefa87 hue: 0.16 , saturation: 0.98 and the lightness value of fefa87 is 0.76.

The process color (four color CMYK) of #fefa87 color hex is 0.00, 0.02, 0.47, 0.00. Web safe color of #fefa87 is #ffff99. Color #fefa87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10000111
Octal 376 372 207
Decimal 254 250 135
Hex FE FA 87

RGB Percentages of Color #fefa87

%39.75
%39.12
%21.13

CMYK Percentages of Color #fefa87

%0
%2
%47
%0

Triadic Colors of #fefa87

#fefa87 #87fefa #fa87fe

Analogous Colors of #fefa87

#fefa87 #c7fe87 #febf87

Monochromatic Colors of #fefa87

#fefa87

Complementary Color

#fefa87 #878bfe

#fefa87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa87 Color CSS Codes

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

#fefa87 Text Font Color

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

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


#fefa87 Background Color

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

This div background color is #fefa87


#fefa87 Border Color

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

This div border color is #fefa87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa87

Related Colors


Comments

No comments written yet.

Please login to write comment.