Color Hex Logo

#fbdc80 Color Hex

#FBDC80
(251,220,128)
0 Favorites   0 Comments

Color spaces of #fbdc80

RGB 251220128
HSL0.120.940.74
HSV45°49°98°
CMYK 0.000.120.49   0.02
XYZ69.273173.254130.9105
Yxy73.25410.39940.4224
Hunter Lab85.5886-5.307038.4993
CIE-Lab88.5688-0.762448.8456

#fbdc80 color RGB value is (251,220,128).

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

The process color (four color CMYK) of #fbdc80 color hex is 0.00, 0.12, 0.49, 0.02. Web safe color of #fbdc80 is #ffcc99. Color #fbdc80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10000000
Octal 373 334 200
Decimal 251 220 128
Hex FB DC 80

RGB Percentages of Color #fbdc80

%41.90
%36.73
%21.37

CMYK Percentages of Color #fbdc80

%0
%12
%49
%2

Triadic Colors of #fbdc80

#fbdc80 #80fbdc #dc80fb

Analogous Colors of #fbdc80

#fbdc80 #ddfb80 #fb9f80

Monochromatic Colors of #fbdc80

#fbdc80

Complementary Color

#fbdc80 #809ffb

#fbdc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc80 Color CSS Codes

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

#fbdc80 Text Font Color

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

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


#fbdc80 Background Color

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

This div background color is #fbdc80


#fbdc80 Border Color

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

This div border color is #fbdc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc80

Related Colors


Comments

No comments written yet.

Please login to write comment.