Color Hex Logo

#fbd275 Color Hex

#FBD275
(251,210,117)
0 Favorites   0 Comments

Color spaces of #fbd275

RGB 251210117
HSL0.120.940.72
HSV42°53°98°
CMYK 0.000.160.53   0.02
XYZ66.041167.886826.4523
Yxy67.88680.41180.4233
Hunter Lab82.3934-1.114838.6404
CIE-Lab85.94983.416650.9804

#fbd275 color RGB value is (251,210,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 01110101
Octal 373 322 165
Decimal 251 210 117
Hex FB D2 75

RGB Percentages of Color #fbd275

%43.43
%36.33
%20.24

CMYK Percentages of Color #fbd275

%0
%16
%53
%2

Triadic Colors of #fbd275

#fbd275 #75fbd2 #d275fb

Analogous Colors of #fbd275

#fbd275 #e1fb75 #fb8f75

Monochromatic Colors of #fbd275

#fbd275

Complementary Color

#fbd275 #759efb

#fbd275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd275 Color CSS Codes

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

#fbd275 Text Font Color

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

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


#fbd275 Background Color

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

This div background color is #fbd275


#fbd275 Border Color

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

This div border color is #fbd275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd275

Related Colors


Comments

No comments written yet.

Please login to write comment.