Color Hex Logo

#fefc7b Color Hex

#FEFC7B
(254,252,123)
0 Favorites   0 Comments

Color spaces of #fefc7b

RGB 254252123
HSL0.160.980.74
HSV59°52°100°
CMYK 0.000.010.52   0.00
XYZ79.258692.121732.3428
Yxy92.12170.38910.4522
Hunter Lab95.9801-20.563047.2068
CIE-Lab96.8700-15.886361.1584

#fefc7b color RGB value is (254,252,123).

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

The process color (four color CMYK) of #fefc7b color hex is 0.00, 0.01, 0.52, 0.00. Web safe color of #fefc7b is #ffff66. Color #fefc7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01111011
Octal 376 374 173
Decimal 254 252 123
Hex FE FC 7B

RGB Percentages of Color #fefc7b

%40.38
%40.06
%19.55

CMYK Percentages of Color #fefc7b

%0
%1
%52
%0

Triadic Colors of #fefc7b

#fefc7b #7bfefc #fc7bfe

Analogous Colors of #fefc7b

#fefc7b #bffe7b #febb7b

Monochromatic Colors of #fefc7b

#fefc7b

Complementary Color

#fefc7b #7b7dfe

#fefc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc7b Color CSS Codes

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

#fefc7b Text Font Color

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

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


#fefc7b Background Color

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

This div background color is #fefc7b


#fefc7b Border Color

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

This div border color is #fefc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc7b

#fefc7b Color Palettes


Comments

No comments written yet.

Please login to write comment.