Color Hex Logo

#fbd06c Color Hex

#FBD06C
(251,208,108)
0 Favorites   0 Comments

Color spaces of #fbd06c

RGB 251208108
HSL0.120.950.70
HSV42°57°98°
CMYK 0.000.170.57   0.02
XYZ65.046366.703723.6341
Yxy66.70370.41860.4293
Hunter Lab81.6723-0.763840.0135
CIE-Lab85.35413.749454.5525

#fbd06c color RGB value is (251,208,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 01101100
Octal 373 320 154
Decimal 251 208 108
Hex FB D0 6C

RGB Percentages of Color #fbd06c

%44.27
%36.68
%19.05

CMYK Percentages of Color #fbd06c

%0
%17
%57
%2

Triadic Colors of #fbd06c

#fbd06c #6cfbd0 #d06cfb

Analogous Colors of #fbd06c

#fbd06c #dffb6c #fb896c

Monochromatic Colors of #fbd06c

#fbd06c

Complementary Color

#fbd06c #6c97fb

#fbd06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd06c Color CSS Codes

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

#fbd06c Text Font Color

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

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


#fbd06c Background Color

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

This div background color is #fbd06c


#fbd06c Border Color

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

This div border color is #fbd06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd06c

Related Colors


Comments

No comments written yet.

Please login to write comment.