Color Hex Logo

#fcd425 Color Hex

#FCD425
(252,212,37)
0 Favorites   0 Comments

Color spaces of #fcd425

RGB 25221237
HSL0.140.970.57
HSV49°85°99°
CMYK 0.000.160.85   0.01
XYZ64.022367.916011.4850
Yxy67.91600.44640.4735
Hunter Lab82.4112-5.549249.4250
CIE-Lab85.9644-1.205781.3032

#fcd425 color RGB value is (252,212,37).

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

The process color (four color CMYK) of #fcd425 color hex is 0.00, 0.16, 0.85, 0.01. Web safe color of #fcd425 is #ffcc33. Color #fcd425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00100101
Octal 374 324 45
Decimal 252 212 37
Hex FC D4 25

RGB Percentages of Color #fcd425

%50.30
%42.32
%7.39

CMYK Percentages of Color #fcd425

%0
%16
%85
%1

Triadic Colors of #fcd425

#fcd425 #25fcd4 #d425fc

Analogous Colors of #fcd425

#fcd425 #b9fc25 #fc6925

Monochromatic Colors of #fcd425

#fcd425

Complementary Color

#fcd425 #254dfc

#fcd425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd425 Color CSS Codes

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

#fcd425 Text Font Color

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

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


#fcd425 Background Color

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

This div background color is #fcd425


#fcd425 Border Color

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

This div border color is #fcd425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd425

Related Colors


Comments

No comments written yet.

Please login to write comment.