Color Hex Logo

#fdfb22 Color Hex

#FDFB22
(253,251,34)
0 Favorites   0 Comments

Color spaces of #fdfb22

RGB 25325134
HSL0.170.980.56
HSV59°87°99°
CMYK 0.000.010.87   0.01
XYZ75.293989.992514.9153
Yxy89.99250.41780.4994
Hunter Lab94.8644-24.337157.0830
CIE-Lab95.9937-20.090689.9936

#fdfb22 color RGB value is (253,251,34).

#fdfb22 hex color red value is 253, green value is 251 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fdfb22 hue: 0.17 , saturation: 0.98 and the lightness value of fdfb22 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 00100010
Octal 375 373 42
Decimal 253 251 34
Hex FD FB 22

RGB Percentages of Color #fdfb22

%47.03
%46.65
%6.32

CMYK Percentages of Color #fdfb22

%0
%1
%87
%1

Triadic Colors of #fdfb22

#fdfb22 #22fdfb #fb22fd

Analogous Colors of #fdfb22

#fdfb22 #92fd22 #fd8e22

Monochromatic Colors of #fdfb22

#fdfb22

Complementary Color

#fdfb22 #2224fd

#fdfb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb22 Color CSS Codes

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

#fdfb22 Text Font Color

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

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


#fdfb22 Background Color

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

This div background color is #fdfb22


#fdfb22 Border Color

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

This div border color is #fdfb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb22


Comments

No comments written yet.

Please login to write comment.