Color Hex Logo

#fdfa02 Color Hex

#FDFA02
(253,250,2)
0 Favorites   0 Comments

Color spaces of #fdfa02

RGB 2532502
HSL0.160.980.50
HSV59°99°99°
CMYK 0.000.010.99   0.01
XYZ74.704689.258213.3486
Yxy89.25820.42130.5034
Hunter Lab94.4766-24.190357.7565
CIE-Lab95.6882-19.984293.2112

#fdfa02 color RGB value is (253,250,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 00000010
Octal 375 372 2
Decimal 253 250 2
Hex FD FA 2

RGB Percentages of Color #fdfa02

%50.10
%49.50
%0.40

CMYK Percentages of Color #fdfa02

%0
%1
%99
%1

Triadic Colors of #fdfa02

#fdfa02 #02fdfa #fa02fd

Analogous Colors of #fdfa02

#fdfa02 #83fd02 #fd7d02

Monochromatic Colors of #fdfa02

#fdfa02

Complementary Color

#fdfa02 #0205fd

#fdfa02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfa02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfa02 Color CSS Codes

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

#fdfa02 Text Font Color

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

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


#fdfa02 Background Color

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

This div background color is #fdfa02


#fdfa02 Border Color

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

This div border color is #fdfa02


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,250,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 #fdfa02">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfa02

Related Colors


Comments

No comments written yet.

Please login to write comment.