Color Hex Logo

#fefc2d Color Hex

#FEFC2D
(254,252,45)
0 Favorites   0 Comments

Color spaces of #fefc2d

RGB 25425245
HSL0.170.990.59
HSV59°82°100°
CMYK 0.000.010.82   0.00
XYZ76.157190.881116.0105
Yxy90.88110.41600.4965
Hunter Lab95.3316-24.232856.7746
CIE-Lab96.3611-19.913088.1630

#fefc2d color RGB value is (254,252,45).

#fefc2d hex color red value is 254, green value is 252 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fefc2d hue: 0.17 , saturation: 0.99 and the lightness value of fefc2d is 0.59.

The process color (four color CMYK) of #fefc2d color hex is 0.00, 0.01, 0.82, 0.00. Web safe color of #fefc2d is #ffff33. Color #fefc2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 00101101
Octal 376 374 55
Decimal 254 252 45
Hex FE FC 2D

RGB Percentages of Color #fefc2d

%46.10
%45.74
%8.17

CMYK Percentages of Color #fefc2d

%0
%1
%82
%0

Triadic Colors of #fefc2d

#fefc2d #2dfefc #fc2dfe

Analogous Colors of #fefc2d

#fefc2d #98fe2d #fe942d

Monochromatic Colors of #fefc2d

#fefc2d

Complementary Color

#fefc2d #2d2ffe

#fefc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc2d Color CSS Codes

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

#fefc2d Text Font Color

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

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


#fefc2d Background Color

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

This div background color is #fefc2d


#fefc2d Border Color

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

This div border color is #fefc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc2d

Related Colors


Comments

No comments written yet.

Please login to write comment.