Color Hex Logo

#fbd48f Color Hex

#FBD48F
(251,212,143)
0 Favorites   0 Comments

Color spaces of #fbd48f

RGB 251212143
HSL0.110.930.77
HSV38°43°98°
CMYK 0.000.160.43   0.02
XYZ68.285169.579435.8178
Yxy69.57940.39320.4006
Hunter Lab83.41430.149832.9311
CIE-Lab86.79024.754539.1617

#fbd48f color RGB value is (251,212,143).

#fbd48f hex color red value is 251, green value is 212 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fbd48f hue: 0.11 , saturation: 0.93 and the lightness value of fbd48f is 0.77.

The process color (four color CMYK) of #fbd48f color hex is 0.00, 0.16, 0.43, 0.02. Web safe color of #fbd48f is #ffcc99. Color #fbd48f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 10001111
Octal 373 324 217
Decimal 251 212 143
Hex FB D4 8F

RGB Percentages of Color #fbd48f

%41.42
%34.98
%23.60

CMYK Percentages of Color #fbd48f

%0
%16
%43
%2

Triadic Colors of #fbd48f

#fbd48f #8ffbd4 #d48ffb

Analogous Colors of #fbd48f

#fbd48f #ecfb8f #fb9e8f

Monochromatic Colors of #fbd48f

#fbd48f

Complementary Color

#fbd48f #8fb6fb

#fbd48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd48f Color CSS Codes

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

#fbd48f Text Font Color

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

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


#fbd48f Background Color

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

This div background color is #fbd48f


#fbd48f Border Color

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

This div border color is #fbd48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd48f


Comments

No comments written yet.

Please login to write comment.