Color Hex Logo

#fbaf72 Color Hex

#FBAF72
(251,175,114)
0 Favorites   0 Comments

Color spaces of #fbaf72

RGB 251175114
HSL0.070.940.72
HSV27°55°98°
CMYK 0.000.300.55   0.02
XYZ58.150952.384122.9658
Yxy52.38410.43560.3924
Hunter Lab72.376916.755631.8506
CIE-Lab77.509921.405742.1719

#fbaf72 color RGB value is (251,175,114).

#fbaf72 hex color red value is 251, green value is 175 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #fbaf72 hue: 0.07 , saturation: 0.94 and the lightness value of fbaf72 is 0.72.

The process color (four color CMYK) of #fbaf72 color hex is 0.00, 0.30, 0.55, 0.02. Web safe color of #fbaf72 is #ff9966. Color #fbaf72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01110010
Octal 373 257 162
Decimal 251 175 114
Hex FB AF 72

RGB Percentages of Color #fbaf72

%46.48
%32.41
%21.11

CMYK Percentages of Color #fbaf72

%0
%30
%55
%2

Triadic Colors of #fbaf72

#fbaf72 #72fbaf #af72fb

Analogous Colors of #fbaf72

#fbaf72 #fbf472 #fb727a

Monochromatic Colors of #fbaf72

#fbaf72

Complementary Color

#fbaf72 #72befb

#fbaf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf72 Color CSS Codes

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

#fbaf72 Text Font Color

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

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


#fbaf72 Background Color

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

This div background color is #fbaf72


#fbaf72 Border Color

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

This div border color is #fbaf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf72


Comments

No comments written yet.

Please login to write comment.