color codes Logo

#fcfd2d color codes

#FCFD2D
(252,253,45)
0 Favorites   0 Comments

Color spaces of #fcfd2d

RGB 25225345
HSL0.170.980.58
HSV60°82°99°
CMYK 0.000.000.82   0.01
XYZ75.743891.135516.0814
Yxy91.13550.41400.4981
Hunter Lab95.4649-25.438156.8378
CIE-Lab96.4658-21.206188.1880

#fcfd2d color RGB value is (252,253,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111101 00101101
Octal 374 375 55
Decimal 252 253 45
Hex FC FD 2D

RGB Percentages of Color #fcfd2d

%45.82
%46.00
%8.18

CMYK Percentages of Color #fcfd2d

%0
%0
%82
%1

Triadic Colors of #fcfd2d

#fcfd2d #2dfcfd #fd2dfc

Analogous Colors of #fcfd2d

#fcfd2d #94fd2d #fd962d

Monochromatic Colors of #fcfd2d

#fcfd2d

Complementary Color

#fcfd2d #2e2dfd

#fcfd2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfd2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfd2d Color CSS Codes

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

#fcfd2d Text Font Color

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

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


#fcfd2d Background Color

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

This div background color is #fcfd2d


#fcfd2d Border Color

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

This div border color is #fcfd2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfd2d

Related Colors


Comments

No comments written yet.

Please login to write comment.