Color Hex Logo

#fbd47b Color Hex

#FBD47B
(251,212,123)
0 Favorites   0 Comments

Color spaces of #fbd47b

RGB 251212123
HSL0.120.940.73
HSV42°51°98°
CMYK 0.000.160.51   0.02
XYZ66.902369.026328.5362
Yxy69.02630.40680.4197
Hunter Lab83.0821-1.655537.7931
CIE-Lab86.51712.888248.7638

#fbd47b color RGB value is (251,212,123).

#fbd47b hex color red value is 251, green value is 212 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fbd47b hue: 0.12 , saturation: 0.94 and the lightness value of fbd47b is 0.73.

The process color (four color CMYK) of #fbd47b color hex is 0.00, 0.16, 0.51, 0.02. Web safe color of #fbd47b is #ffcc66. Color #fbd47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01111011
Octal 373 324 173
Decimal 251 212 123
Hex FB D4 7B

RGB Percentages of Color #fbd47b

%42.83
%36.18
%20.99

CMYK Percentages of Color #fbd47b

%0
%16
%51
%2

Triadic Colors of #fbd47b

#fbd47b #7bfbd4 #d47bfb

Analogous Colors of #fbd47b

#fbd47b #e2fb7b #fb947b

Monochromatic Colors of #fbd47b

#fbd47b

Complementary Color

#fbd47b #7ba2fb

#fbd47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd47b Color CSS Codes

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

#fbd47b Text Font Color

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

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


#fbd47b Background Color

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

This div background color is #fbd47b


#fbd47b Border Color

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

This div border color is #fbd47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd47b

Related Colors


Comments

No comments written yet.

Please login to write comment.