Color Hex Logo

#fcd928 Color Hex

#FCD928
(252,217,40)
0 Favorites   0 Comments

Color spaces of #fcd928

RGB 25221740
HSL0.140.970.57
HSV50°84°99°
CMYK 0.000.140.84   0.01
XYZ65.340770.474412.1666
Yxy70.47440.44150.4762
Hunter Lab83.9490-7.977550.1715
CIE-Lab87.2290-3.668481.6500

#fcd928 color RGB value is (252,217,40).

#fcd928 hex color red value is 252, green value is 217 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #fcd928 hue: 0.14 , saturation: 0.97 and the lightness value of fcd928 is 0.57.

The process color (four color CMYK) of #fcd928 color hex is 0.00, 0.14, 0.84, 0.01. Web safe color of #fcd928 is #ffcc33. Color #fcd928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 00101000
Octal 374 331 50
Decimal 252 217 40
Hex FC D9 28

RGB Percentages of Color #fcd928

%49.51
%42.63
%7.86

CMYK Percentages of Color #fcd928

%0
%14
%84
%1

Triadic Colors of #fcd928

#fcd928 #28fcd9 #d928fc

Analogous Colors of #fcd928

#fcd928 #b5fc28 #fc6f28

Monochromatic Colors of #fcd928

#fcd928

Complementary Color

#fcd928 #284bfc

#fcd928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd928 Color CSS Codes

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

#fcd928 Text Font Color

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

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


#fcd928 Background Color

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

This div background color is #fcd928


#fcd928 Border Color

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

This div border color is #fcd928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd928


Comments

No comments written yet.

Please login to write comment.