color codes Logo

#fbd36d color codes

#FBD36D
(251,211,109)
0 Favorites   0 Comments

Color spaces of #fbd36d

RGB 251211109
HSL0.120.950.71
HSV43°57°98°
CMYK 0.000.160.57   0.02
XYZ65.838268.201924.1622
Yxy68.20190.41620.4311
Hunter Lab82.5844-2.218540.4623
CIE-Lab86.10732.283754.9625

#fbd36d color RGB value is (251,211,109).

#fbd36d hex color red value is 251, green value is 211 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fbd36d hue: 0.12 , saturation: 0.95 and the lightness value of fbd36d is 0.71.

The process color (four color CMYK) of #fbd36d color code is 0.00, 0.16, 0.57, 0.02. Web safe color of #fbd36d is #ffcc66. Color #fbd36d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010011 01101101
Octal 373 323 155
Decimal 251 211 109
Hex FB D3 6D

RGB Percentages of Color #fbd36d

%43.96
%36.95
%19.09

CMYK Percentages of Color #fbd36d

%0
%16
%57
%2

Triadic Colors of #fbd36d

#fbd36d #6dfbd3 #d36dfb

Analogous Colors of #fbd36d

#fbd36d #dcfb6d #fb8c6d

Monochromatic Colors of #fbd36d

#fbd36d

Complementary Color

#fbd36d #6d95fb

#fbd36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd36d Color CSS Codes

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

#fbd36d Text Font Color

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

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


#fbd36d Background Color

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

This div background color is #fbd36d


#fbd36d Border Color

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

This div border color is #fbd36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd36d


Comments

No comments written yet.

Please login to write comment.