Color Hex Logo

#fcdf30 Color Hex

#FCDF30
(252,223,48)
0 Favorites   0 Comments

Color spaces of #fcdf30

RGB 25222348
HSL0.140.970.59
HSV51°81°99°
CMYK 0.000.120.81   0.01
XYZ67.066173.684213.4840
Yxy73.68420.43480.4777
Hunter Lab85.8395-10.757750.7741
CIE-Lab88.7730-6.473080.9536

#fcdf30 color RGB value is (252,223,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 00110000
Octal 374 337 60
Decimal 252 223 48
Hex FC DF 30

RGB Percentages of Color #fcdf30

%48.18
%42.64
%9.18

CMYK Percentages of Color #fcdf30

%0
%12
%81
%1

Triadic Colors of #fcdf30

#fcdf30 #30fcdf #df30fc

Analogous Colors of #fcdf30

#fcdf30 #b3fc30 #fc7930

Monochromatic Colors of #fcdf30

#fcdf30

Complementary Color

#fcdf30 #304dfc

#fcdf30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf30 Color CSS Codes

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

#fcdf30 Text Font Color

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

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


#fcdf30 Background Color

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

This div background color is #fcdf30


#fcdf30 Border Color

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

This div border color is #fcdf30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf30


Comments

No comments written yet.

Please login to write comment.