color codes Logo

#fcfe2d color codes

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

Color spaces of #fcfe2d

RGB 25225445
HSL0.170.990.59
HSV61°82°100°
CMYK 0.010.000.82   0.00
XYZ76.060391.768516.1869
Yxy91.76850.41330.4987
Hunter Lab95.7959-25.916857.0387
CIE-Lab96.7256-21.681188.4052

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

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

The process color (four color CMYK) of #fcfe2d color code is 0.01, 0.00, 0.82, 0.00. Web safe color of #fcfe2d is #ffff33. Color #fcfe2d contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #fcfe2d

%45.74
%46.10
%8.17

CMYK Percentages of Color #fcfe2d

%1
%0
%82
%0

Triadic Colors of #fcfe2d

#fcfe2d #2dfcfe #fe2dfc

Analogous Colors of #fcfe2d

#fcfe2d #94fe2d #fe982d

Monochromatic Colors of #fcfe2d

#fcfe2d

Complementary Color

#fcfe2d #2f2dfe

#fcfe2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfe2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfe2d Color CSS Codes

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

#fcfe2d Text Font Color

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

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


#fcfe2d Background Color

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

This div background color is #fcfe2d


#fcfe2d Border Color

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

This div border color is #fcfe2d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,254,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 #fcfe2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfe2d

Related Colors


Comments

No comments written yet.

Please login to write comment.