Color Hex Logo

#fbd7af Color Hex

#FBD7AF
(251,215,175)
0 Favorites   0 Comments

Color spaces of #fbd7af

RGB 251215175
HSL0.090.900.84
HSV32°30°98°
CMYK 0.000.140.30   0.02
XYZ71.822072.205350.7090
Yxy72.20530.36880.3708
Hunter Lab84.97372.168924.0996
CIE-Lab88.06736.851524.4002

#fbd7af color RGB value is (251,215,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 10101111
Octal 373 327 257
Decimal 251 215 175
Hex FB D7 AF

RGB Percentages of Color #fbd7af

%39.16
%33.54
%27.30

CMYK Percentages of Color #fbd7af

%0
%14
%30
%2

Triadic Colors of #fbd7af

#fbd7af #affbd7 #d7affb

Analogous Colors of #fbd7af

#fbd7af #f9fbaf #fbb1af

Monochromatic Colors of #fbd7af

#fbd7af

Complementary Color

#fbd7af #afd3fb

#fbd7af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd7af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd7af Color CSS Codes

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

#fbd7af Text Font Color

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

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


#fbd7af Background Color

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

This div background color is #fbd7af


#fbd7af Border Color

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

This div border color is #fbd7af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd7af


Comments

No comments written yet.

Please login to write comment.