Color Hex Logo

#fcdf22 Color Hex

#FCDF22
(252,223,34)
0 Favorites   0 Comments

Color spaces of #fcdf22

RGB 25222334
HSL0.140.970.56
HSV52°87°99°
CMYK 0.000.120.87   0.01
XYZ66.821373.586312.1951
Yxy73.58630.43790.4822
Hunter Lab85.7825-11.074551.6189
CIE-Lab88.7266-6.815284.1569

#fcdf22 color RGB value is (252,223,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 00100010
Octal 374 337 42
Decimal 252 223 34
Hex FC DF 22

RGB Percentages of Color #fcdf22

%49.51
%43.81
%6.68

CMYK Percentages of Color #fcdf22

%0
%12
%87
%1

Triadic Colors of #fcdf22

#fcdf22 #22fcdf #df22fc

Analogous Colors of #fcdf22

#fcdf22 #acfc22 #fc7222

Monochromatic Colors of #fcdf22

#fcdf22

Complementary Color

#fcdf22 #223ffc

#fcdf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf22 Color CSS Codes

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

#fcdf22 Text Font Color

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

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


#fcdf22 Background Color

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

This div background color is #fcdf22


#fcdf22 Border Color

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

This div border color is #fcdf22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf22

#fcdf22 Color Palettes


Comments

No comments written yet.

Please login to write comment.