Color Hex Logo

#fbd276 Color Hex

#FBD276
(251,210,118)
0 Favorites   0 Comments

Color spaces of #fbd276

RGB 251210118
HSL0.120.940.72
HSV42°53°98°
CMYK 0.000.160.53   0.02
XYZ66.100367.910426.7637
Yxy67.91040.41110.4224
Hunter Lab82.4078-1.036538.4297
CIE-Lab85.96163.497950.5129

#fbd276 color RGB value is (251,210,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 01110110
Octal 373 322 166
Decimal 251 210 118
Hex FB D2 76

RGB Percentages of Color #fbd276

%43.35
%36.27
%20.38

CMYK Percentages of Color #fbd276

%0
%16
%53
%2

Triadic Colors of #fbd276

#fbd276 #76fbd2 #d276fb

Analogous Colors of #fbd276

#fbd276 #e2fb76 #fb9076

Monochromatic Colors of #fbd276

#fbd276

Complementary Color

#fbd276 #769ffb

#fbd276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd276 Color CSS Codes

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

#fbd276 Text Font Color

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

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


#fbd276 Background Color

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

This div background color is #fbd276


#fbd276 Border Color

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

This div border color is #fbd276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd276

Related Colors


Comments

No comments written yet.

Please login to write comment.