Color Hex Logo

#fdfb71 Color Hex

#FDFB71
(253,251,113)
0 Favorites   0 Comments

Color spaces of #fdfb71

RGB 253251113
HSL0.160.970.72
HSV59°55°99°
CMYK 0.000.010.55   0.01
XYZ77.985891.069329.0906
Yxy91.06930.39360.4596
Hunter Lab95.4302-21.132348.7274
CIE-Lab96.4386-16.559465.0463

#fdfb71 color RGB value is (253,251,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 01110001
Octal 375 373 161
Decimal 253 251 113
Hex FD FB 71

RGB Percentages of Color #fdfb71

%41.00
%40.68
%18.31

CMYK Percentages of Color #fdfb71

%0
%1
%55
%1

Triadic Colors of #fdfb71

#fdfb71 #71fdfb #fb71fd

Analogous Colors of #fdfb71

#fdfb71 #b9fd71 #fdb571

Monochromatic Colors of #fdfb71

#fdfb71

Complementary Color

#fdfb71 #7173fd

#fdfb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfb71 Color CSS Codes

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

#fdfb71 Text Font Color

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

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


#fdfb71 Background Color

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

This div background color is #fdfb71


#fdfb71 Border Color

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

This div border color is #fdfb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfb71

Related Colors


Comments

No comments written yet.

Please login to write comment.