Color Hex Logo

#fbd869 Color Hex

#FBD869
(251,216,105)
0 Favorites   0 Comments

Color spaces of #fbd869

RGB 251216105
HSL0.130.950.70
HSV46°58°98°
CMYK 0.000.140.58   0.02
XYZ66.889370.640923.4742
Yxy70.64090.41550.4388
Hunter Lab84.0481-5.025942.2743
CIE-Lab87.3102-0.559558.1969

#fbd869 color RGB value is (251,216,105).

#fbd869 hex color red value is 251, green value is 216 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fbd869 hue: 0.13 , saturation: 0.95 and the lightness value of fbd869 is 0.70.

The process color (four color CMYK) of #fbd869 color hex is 0.00, 0.14, 0.58, 0.02. Web safe color of #fbd869 is #ffcc66. Color #fbd869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 01101001
Octal 373 330 151
Decimal 251 216 105
Hex FB D8 69

RGB Percentages of Color #fbd869

%43.88
%37.76
%18.36

CMYK Percentages of Color #fbd869

%0
%14
%58
%2

Triadic Colors of #fbd869

#fbd869 #69fbd8 #d869fb

Analogous Colors of #fbd869

#fbd869 #d5fb69 #fb8f69

Monochromatic Colors of #fbd869

#fbd869

Complementary Color

#fbd869 #698cfb

#fbd869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd869 Color CSS Codes

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

#fbd869 Text Font Color

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

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


#fbd869 Background Color

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

This div background color is #fbd869


#fbd869 Border Color

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

This div border color is #fbd869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd869


Comments

No comments written yet.

Please login to write comment.