Color Hex Logo

#fbd37d Color Hex

#FBD37D
(251,211,125)
0 Favorites   0 Comments

Color spaces of #fbd37d

RGB 251211125
HSL0.110.940.74
HSV41°50°98°
CMYK 0.000.160.50   0.02
XYZ66.779668.578429.1193
Yxy68.57840.40600.4169
Hunter Lab82.8121-0.978937.1202
CIE-Lab86.29493.574047.5147

#fbd37d color RGB value is (251,211,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01111101
Octal 373 323 175
Decimal 251 211 125
Hex FB D3 7D

RGB Percentages of Color #fbd37d

%42.76
%35.95
%21.29

CMYK Percentages of Color #fbd37d

%0
%16
%50
%2

Triadic Colors of #fbd37d

#fbd37d #7dfbd3 #d37dfb

Analogous Colors of #fbd37d

#fbd37d #e4fb7d #fb947d

Monochromatic Colors of #fbd37d

#fbd37d

Complementary Color

#fbd37d #7da5fb

#fbd37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd37d Color CSS Codes

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

#fbd37d Text Font Color

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

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


#fbd37d Background Color

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

This div background color is #fbd37d


#fbd37d Border Color

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

This div border color is #fbd37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd37d


Comments

No comments written yet.

Please login to write comment.