Color Hex Logo

#fbd4af Color Hex

#FBD4AF
(251,212,175)
0 Favorites   0 Comments

Color spaces of #fbd4af

RGB 251212175
HSL0.080.900.84
HSV29°30°98°
CMYK 0.000.160.30   0.02
XYZ71.065070.691350.4567
Yxy70.69130.36970.3678
Hunter Lab84.07813.736123.2738
CIE-Lab87.33488.403123.3948

#fbd4af color RGB value is (251,212,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 10101111
Octal 373 324 257
Decimal 251 212 175
Hex FB D4 AF

RGB Percentages of Color #fbd4af

%39.34
%33.23
%27.43

CMYK Percentages of Color #fbd4af

%0
%16
%30
%2

Triadic Colors of #fbd4af

#fbd4af #affbd4 #d4affb

Analogous Colors of #fbd4af

#fbd4af #fbfaaf #fbafb0

Monochromatic Colors of #fbd4af

#fbd4af

Complementary Color

#fbd4af #afd6fb

#fbd4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd4af Color CSS Codes

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

#fbd4af Text Font Color

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

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


#fbd4af Background Color

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

This div background color is #fbd4af


#fbd4af Border Color

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

This div border color is #fbd4af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,212,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 #fbd4af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd4af

Related Colors


Comments

No comments written yet.

Please login to write comment.