Color Hex Logo

#fbd074 Color Hex

#FBD074
(251,208,116)
0 Favorites   0 Comments

Color spaces of #fbd074

RGB 251208116
HSL0.110.940.72
HSV41°54°98°
CMYK 0.000.170.54   0.02
XYZ65.491966.881925.9807
Yxy66.88190.41360.4224
Hunter Lab81.7814-0.171538.4114
CIE-Lab85.44434.364650.8548

#fbd074 color RGB value is (251,208,116).

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

The process color (four color CMYK) of #fbd074 color hex is 0.00, 0.17, 0.54, 0.02. Web safe color of #fbd074 is #ffcc66. Color #fbd074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 01110100
Octal 373 320 164
Decimal 251 208 116
Hex FB D0 74

RGB Percentages of Color #fbd074

%43.65
%36.17
%20.17

CMYK Percentages of Color #fbd074

%0
%17
%54
%2

Triadic Colors of #fbd074

#fbd074 #74fbd0 #d074fb

Analogous Colors of #fbd074

#fbd074 #e3fb74 #fb8d74

Monochromatic Colors of #fbd074

#fbd074

Complementary Color

#fbd074 #749ffb

#fbd074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd074 Color CSS Codes

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

#fbd074 Text Font Color

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

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


#fbd074 Background Color

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

This div background color is #fbd074


#fbd074 Border Color

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

This div border color is #fbd074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd074


Comments

No comments written yet.

Please login to write comment.