Color Hex Logo

#fbd07b Color Hex

#FBD07B
(251,208,123)
0 Favorites   0 Comments

Color spaces of #fbd07b

RGB 251208123
HSL0.110.940.73
HSV40°51°98°
CMYK 0.000.170.51   0.02
XYZ65.914767.051028.2070
Yxy67.05100.40900.4160
Hunter Lab81.88470.388936.8955
CIE-Lab85.52974.944747.5555

#fbd07b color RGB value is (251,208,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 01111011
Octal 373 320 173
Decimal 251 208 123
Hex FB D0 7B

RGB Percentages of Color #fbd07b

%43.13
%35.74
%21.13

CMYK Percentages of Color #fbd07b

%0
%17
%51
%2

Triadic Colors of #fbd07b

#fbd07b #7bfbd0 #d07bfb

Analogous Colors of #fbd07b

#fbd07b #e6fb7b #fb907b

Monochromatic Colors of #fbd07b

#fbd07b

Complementary Color

#fbd07b #7ba6fb

#fbd07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd07b Color CSS Codes

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

#fbd07b Text Font Color

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

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


#fbd07b Background Color

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

This div background color is #fbd07b


#fbd07b Border Color

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

This div border color is #fbd07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd07b


Comments

No comments written yet.

Please login to write comment.