Color Hex Logo

#fbaf69 Color Hex

#FBAF69
(251,175,105)
0 Favorites   0 Comments

Color spaces of #fbaf69

RGB 251175105
HSL0.080.950.70
HSV29°58°98°
CMYK 0.000.300.58   0.02
XYZ57.663452.189120.3989
Yxy52.18910.44270.4007
Hunter Lab72.242016.054733.8278
CIE-Lab77.393820.716946.5835

#fbaf69 color RGB value is (251,175,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 01101001
Octal 373 257 151
Decimal 251 175 105
Hex FB AF 69

RGB Percentages of Color #fbaf69

%47.27
%32.96
%19.77

CMYK Percentages of Color #fbaf69

%0
%30
%58
%2

Triadic Colors of #fbaf69

#fbaf69 #69fbaf #af69fb

Analogous Colors of #fbaf69

#fbaf69 #fbf869 #fb696c

Monochromatic Colors of #fbaf69

#fbaf69

Complementary Color

#fbaf69 #69b5fb

#fbaf69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaf69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaf69 Color CSS Codes

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

#fbaf69 Text Font Color

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

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


#fbaf69 Background Color

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

This div background color is #fbaf69


#fbaf69 Border Color

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

This div border color is #fbaf69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaf69


Comments

No comments written yet.

Please login to write comment.