Color Hex Logo

#fcdf02 Color Hex

#FCDF02
(252,223,2)
0 Favorites   0 Comments

Color spaces of #fcdf02

RGB 2522232
HSL0.150.980.50
HSV53°99°99°
CMYK 0.000.120.99   0.01
XYZ66.543573.475210.7323
Yxy73.47520.44140.4874
Hunter Lab85.7177-11.434652.5790
CIE-Lab88.6739-7.204988.0859

#fcdf02 color RGB value is (252,223,2).

#fcdf02 hex color red value is 252, green value is 223 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fcdf02 hue: 0.15 , saturation: 0.98 and the lightness value of fcdf02 is 0.50.

The process color (four color CMYK) of #fcdf02 color hex is 0.00, 0.12, 0.99, 0.01. Web safe color of #fcdf02 is #ffcc00. Color #fcdf02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 00000010
Octal 374 337 2
Decimal 252 223 2
Hex FC DF 2

RGB Percentages of Color #fcdf02

%52.83
%46.75
%0.42

CMYK Percentages of Color #fcdf02

%0
%12
%99
%1

Triadic Colors of #fcdf02

#fcdf02 #02fcdf #df02fc

Analogous Colors of #fcdf02

#fcdf02 #9cfc02 #fc6202

Monochromatic Colors of #fcdf02

#fcdf02

Complementary Color

#fcdf02 #021ffc

#fcdf02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdf02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdf02 Color CSS Codes

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

#fcdf02 Text Font Color

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

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


#fcdf02 Background Color

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

This div background color is #fcdf02


#fcdf02 Border Color

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

This div border color is #fcdf02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdf02

Related Colors


Comments

No comments written yet.

Please login to write comment.