Color Hex Logo

#fbd77c Color Hex

#FBD77C
(251,215,124)
0 Favorites   0 Comments

Color spaces of #fbd77c

RGB 251215124
HSL0.120.940.74
HSV43°51°98°
CMYK 0.000.140.51   0.02
XYZ67.722270.565329.1199
Yxy70.56530.40450.4215
Hunter Lab84.0032-3.101338.2492
CIE-Lab87.27341.437849.2010

#fbd77c color RGB value is (251,215,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01111100
Octal 373 327 174
Decimal 251 215 124
Hex FB D7 7C

RGB Percentages of Color #fbd77c

%42.54
%36.44
%21.02

CMYK Percentages of Color #fbd77c

%0
%14
%51
%2

Triadic Colors of #fbd77c

#fbd77c #7cfbd7 #d77cfb

Analogous Colors of #fbd77c

#fbd77c #e0fb7c #fb987c

Monochromatic Colors of #fbd77c

#fbd77c

Complementary Color

#fbd77c #7ca0fb

#fbd77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd77c Color CSS Codes

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

#fbd77c Text Font Color

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

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


#fbd77c Background Color

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

This div background color is #fbd77c


#fbd77c Border Color

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

This div border color is #fbd77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd77c

Related Colors


Comments

No comments written yet.

Please login to write comment.