Color Hex Logo

#fbd2af Color Hex

#FBD2AF
(251,210,175)
0 Favorites   0 Comments

Color spaces of #fbd2af

RGB 251210175
HSL0.080.900.84
HSV28°30°98°
CMYK 0.000.160.30   0.02
XYZ70.568169.697650.2911
Yxy69.69760.37030.3658
Hunter Lab83.48514.783222.7235
CIE-Lab86.84839.439822.7256

#fbd2af color RGB value is (251,210,175).

#fbd2af hex color red value is 251, green value is 210 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fbd2af hue: 0.08 , saturation: 0.90 and the lightness value of fbd2af is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 10101111
Octal 373 322 257
Decimal 251 210 175
Hex FB D2 AF

RGB Percentages of Color #fbd2af

%39.47
%33.02
%27.52

CMYK Percentages of Color #fbd2af

%0
%16
%30
%2

Triadic Colors of #fbd2af

#fbd2af #affbd2 #d2affb

Analogous Colors of #fbd2af

#fbd2af #fbf8af #fbafb2

Monochromatic Colors of #fbd2af

#fbd2af

Complementary Color

#fbd2af #afd8fb

#fbd2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd2af Color CSS Codes

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

#fbd2af Text Font Color

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

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


#fbd2af Background Color

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

This div background color is #fbd2af


#fbd2af Border Color

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

This div border color is #fbd2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd2af


Comments

No comments written yet.

Please login to write comment.