Color Hex Logo

#fdfba2 Color Hex

#FDFBA2
(253,251,162)
0 Favorites   0 Comments

Color spaces of #fdfba2

RGB 253251162
HSL0.160.960.81
HSV59°36°99°
CMYK 0.000.010.36   0.01
XYZ81.526892.485647.7370
Yxy92.48560.36770.4171
Hunter Lab96.1694-16.974737.8880
CIE-Lab97.0185-12.078842.9231

#fdfba2 color RGB value is (253,251,162).

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

The process color (four color CMYK) of #fdfba2 color hex is 0.00, 0.01, 0.36, 0.01. Web safe color of #fdfba2 is #ffff99. Color #fdfba2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111011 10100010
Octal 375 373 242
Decimal 253 251 162
Hex FD FB A2

RGB Percentages of Color #fdfba2

%37.99
%37.69
%24.32

CMYK Percentages of Color #fdfba2

%0
%1
%36
%1

Triadic Colors of #fdfba2

#fdfba2 #a2fdfb #fba2fd

Analogous Colors of #fdfba2

#fdfba2 #d2fda2 #fdcea2

Monochromatic Colors of #fdfba2

#fdfba2

Complementary Color

#fdfba2 #a2a4fd

#fdfba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfba2 Color CSS Codes

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

#fdfba2 Text Font Color

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

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


#fdfba2 Background Color

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

This div background color is #fdfba2


#fdfba2 Border Color

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

This div border color is #fdfba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfba2

Related Colors


Comments

No comments written yet.

Please login to write comment.