Color Hex Logo

#fcdf48 Color Hex

#FCDF48
(252,223,72)
0 Favorites   0 Comments

Color spaces of #fcdf48

RGB 25222372
HSL0.140.970.64
HSV50°71°99°
CMYK 0.000.120.71   0.01
XYZ67.702373.938716.8342
Yxy73.93870.42720.4666
Hunter Lab85.9876-9.936548.5838
CIE-Lab88.8935-5.589373.5078

#fcdf48 color RGB value is (252,223,72).

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

The process color (four color CMYK) of #fcdf48 color hex is 0.00, 0.12, 0.71, 0.01. Web safe color of #fcdf48 is #ffcc33. Color #fcdf48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 01001000
Octal 374 337 110
Decimal 252 223 72
Hex FC DF 48

RGB Percentages of Color #fcdf48

%46.07
%40.77
%13.16

CMYK Percentages of Color #fcdf48

%0
%12
%71
%1

Triadic Colors of #fcdf48

#fcdf48 #48fcdf #df48fc

Analogous Colors of #fcdf48

#fcdf48 #bffc48 #fc8548

Monochromatic Colors of #fcdf48

#fcdf48

Complementary Color

#fcdf48 #4865fc

#fcdf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf48 Color CSS Codes

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

#fcdf48 Text Font Color

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

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


#fcdf48 Background Color

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

This div background color is #fcdf48


#fcdf48 Border Color

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

This div border color is #fcdf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf48


Comments

No comments written yet.

Please login to write comment.