Color Hex Logo

#fbd26d Color Hex

#FBD26D
(251,210,109)
0 Favorites   0 Comments

Color spaces of #fbd26d

RGB 251210109
HSL0.120.950.71
HSV43°57°98°
CMYK 0.000.160.57   0.02
XYZ65.590667.706524.0797
Yxy67.70650.41680.4302
Hunter Lab82.2840-1.710140.2481
CIE-Lab85.85952.796754.6732

#fbd26d color RGB value is (251,210,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 01101101
Octal 373 322 155
Decimal 251 210 109
Hex FB D2 6D

RGB Percentages of Color #fbd26d

%44.04
%36.84
%19.12

CMYK Percentages of Color #fbd26d

%0
%16
%57
%2

Triadic Colors of #fbd26d

#fbd26d #6dfbd2 #d26dfb

Analogous Colors of #fbd26d

#fbd26d #ddfb6d #fb8b6d

Monochromatic Colors of #fbd26d

#fbd26d

Complementary Color

#fbd26d #6d96fb

#fbd26d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd26d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd26d Color CSS Codes

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

#fbd26d Text Font Color

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

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


#fbd26d Background Color

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

This div background color is #fbd26d


#fbd26d Border Color

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

This div border color is #fbd26d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,210,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 #fbd26d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd26d


Comments

No comments written yet.

Please login to write comment.