Color Hex Logo

#fdfb58 Color Hex

#FDFB58
(253,251,88)
0 Favorites   0 Comments

Color spaces of #fdfb58

RGB 25325188
HSL0.160.980.67
HSV59°65°99°
CMYK 0.000.010.65   0.01
XYZ76.766690.581622.6705
Yxy90.58160.40400.4767
Hunter Lab95.1744-22.579052.4992
CIE-Lab96.2375-18.144874.9733

#fdfb58 color RGB value is (253,251,88).

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

The process color (four color CMYK) of #fdfb58 color hex is 0.00, 0.01, 0.65, 0.01. Web safe color of #fdfb58 is #ffff66. Color #fdfb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01011000
Octal 375 373 130
Decimal 253 251 88
Hex FD FB 58

RGB Percentages of Color #fdfb58

%42.74
%42.40
%14.86

CMYK Percentages of Color #fdfb58

%0
%1
%65
%1

Triadic Colors of #fdfb58

#fdfb58 #58fdfb #fb58fd

Analogous Colors of #fdfb58

#fdfb58 #adfd58 #fda958

Monochromatic Colors of #fdfb58

#fdfb58

Complementary Color

#fdfb58 #585afd

#fdfb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb58 Color CSS Codes

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

#fdfb58 Text Font Color

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

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


#fdfb58 Background Color

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

This div background color is #fdfb58


#fdfb58 Border Color

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

This div border color is #fdfb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb58

Related Colors


Comments

No comments written yet.

Please login to write comment.