Color Hex Logo

#fbd07d Color Hex

#FBD07D
(251,208,125)
0 Favorites   0 Comments

Color spaces of #fbd07d

RGB 251208125
HSL0.110.940.74
HSV40°50°98°
CMYK 0.000.170.50   0.02
XYZ66.041267.101628.8732
Yxy67.10160.40760.4142
Hunter Lab81.91560.556436.4426
CIE-Lab85.55525.117646.6036

#fbd07d color RGB value is (251,208,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 01111101
Octal 373 320 175
Decimal 251 208 125
Hex FB D0 7D

RGB Percentages of Color #fbd07d

%42.98
%35.62
%21.40

CMYK Percentages of Color #fbd07d

%0
%17
%50
%2

Triadic Colors of #fbd07d

#fbd07d #7dfbd0 #d07dfb

Analogous Colors of #fbd07d

#fbd07d #e7fb7d #fb917d

Monochromatic Colors of #fbd07d

#fbd07d

Complementary Color

#fbd07d #7da8fb

#fbd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd07d Color CSS Codes

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

#fbd07d Text Font Color

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

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


#fbd07d Background Color

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

This div background color is #fbd07d


#fbd07d Border Color

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

This div border color is #fbd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd07d


Comments

No comments written yet.

Please login to write comment.