Color Hex Logo

#fbba7d Color Hex

#FBBA7D
(251,186,125)
0 Favorites   0 Comments

Color spaces of #fbba7d

RGB 251186125
HSL0.080.940.74
HSV29°50°98°
CMYK 0.000.260.50   0.02
XYZ61.044257.107727.2075
Yxy57.10770.42000.3929
Hunter Lab75.569611.943231.5524
CIE-Lab80.240116.563839.9596

#fbba7d color RGB value is (251,186,125).

#fbba7d hex color red value is 251, green value is 186 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fbba7d hue: 0.08 , saturation: 0.94 and the lightness value of fbba7d is 0.74.

The process color (four color CMYK) of #fbba7d color hex is 0.00, 0.26, 0.50, 0.02. Web safe color of #fbba7d is #ffcc66. Color #fbba7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 01111101
Octal 373 272 175
Decimal 251 186 125
Hex FB BA 7D

RGB Percentages of Color #fbba7d

%44.66
%33.10
%22.24

CMYK Percentages of Color #fbba7d

%0
%26
%50
%2

Triadic Colors of #fbba7d

#fbba7d #7dfbba #ba7dfb

Analogous Colors of #fbba7d

#fbba7d #fbf97d #fb7d7f

Monochromatic Colors of #fbba7d

#fbba7d

Complementary Color

#fbba7d #7dbefb

#fbba7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbba7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbba7d Color CSS Codes

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

#fbba7d Text Font Color

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

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


#fbba7d Background Color

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

This div background color is #fbba7d


#fbba7d Border Color

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

This div border color is #fbba7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbba7d

Related Colors


Comments

No comments written yet.

Please login to write comment.