Color Hex Logo

#fbdd6c Color Hex

#FBDD6C
(251,221,108)
0 Favorites   0 Comments

Color spaces of #fbdd6c

RGB 251221108
HSL0.130.950.70
HSV47°57°98°
CMYK 0.000.120.57   0.02
XYZ68.346973.304824.7343
Yxy73.30480.41080.4406
Hunter Lab85.6182-7.339842.8044
CIE-Lab88.5929-2.880858.2998

#fbdd6c color RGB value is (251,221,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 01101100
Octal 373 335 154
Decimal 251 221 108
Hex FB DD 6C

RGB Percentages of Color #fbdd6c

%43.28
%38.10
%18.62

CMYK Percentages of Color #fbdd6c

%0
%12
%57
%2

Triadic Colors of #fbdd6c

#fbdd6c #6cfbdd #dd6cfb

Analogous Colors of #fbdd6c

#fbdd6c #d2fb6c #fb966c

Monochromatic Colors of #fbdd6c

#fbdd6c

Complementary Color

#fbdd6c #6c8afb

#fbdd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdd6c Color CSS Codes

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

#fbdd6c Text Font Color

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

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


#fbdd6c Background Color

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

This div background color is #fbdd6c


#fbdd6c Border Color

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

This div border color is #fbdd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdd6c


Comments

No comments written yet.

Please login to write comment.