Color Hex Logo

#fbdc70 Color Hex

#FBDC70
(251,220,112)
0 Favorites   0 Comments

Color spaces of #fbdc70

RGB 251220112
HSL0.130.950.71
HSV47°55°98°
CMYK 0.000.120.55   0.02
XYZ68.301572.865525.7938
Yxy72.86550.40910.4364
Hunter Lab85.3613-6.556241.8371
CIE-Lab88.3835-2.077656.2207

#fbdc70 color RGB value is (251,220,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01110000
Octal 373 334 160
Decimal 251 220 112
Hex FB DC 70

RGB Percentages of Color #fbdc70

%43.05
%37.74
%19.21

CMYK Percentages of Color #fbdc70

%0
%12
%55
%2

Triadic Colors of #fbdc70

#fbdc70 #70fbdc #dc70fb

Analogous Colors of #fbdc70

#fbdc70 #d5fb70 #fb9770

Monochromatic Colors of #fbdc70

#fbdc70

Complementary Color

#fbdc70 #708ffb

#fbdc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc70 Color CSS Codes

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

#fbdc70 Text Font Color

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

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


#fbdc70 Background Color

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

This div background color is #fbdc70


#fbdc70 Border Color

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

This div border color is #fbdc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc70


Comments

No comments written yet.

Please login to write comment.