Color Hex Logo

#fbd677 Color Hex

#FBD677
(251,214,119)
0 Favorites   0 Comments

Color spaces of #fbd677

RGB 251214119
HSL0.120.940.73
HSV43°53°98°
CMYK 0.000.150.53   0.02
XYZ67.160069.934327.4117
Yxy69.93430.40830.4251
Hunter Lab83.6267-2.994839.1043
CIE-Lab86.96461.529451.2392

#fbd677 color RGB value is (251,214,119).

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

The process color (four color CMYK) of #fbd677 color hex is 0.00, 0.15, 0.53, 0.02. Web safe color of #fbd677 is #ffcc66. Color #fbd677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01110111
Octal 373 326 167
Decimal 251 214 119
Hex FB D6 77

RGB Percentages of Color #fbd677

%42.98
%36.64
%20.38

CMYK Percentages of Color #fbd677

%0
%15
%53
%2

Triadic Colors of #fbd677

#fbd677 #77fbd6 #d677fb

Analogous Colors of #fbd677

#fbd677 #defb77 #fb9477

Monochromatic Colors of #fbd677

#fbd677

Complementary Color

#fbd677 #779cfb

#fbd677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd677 Color CSS Codes

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

#fbd677 Text Font Color

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

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


#fbd677 Background Color

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

This div background color is #fbd677


#fbd677 Border Color

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

This div border color is #fbd677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd677

Related Colors


Comments

No comments written yet.

Please login to write comment.