Color Hex Logo

#fbdc5f Color Hex

#FBDC5F
(251,220,95)
0 Favorites   0 Comments

Color spaces of #fbdc5f

RGB 25122095
HSL0.130.950.68
HSV48°62°98°
CMYK 0.000.120.62   0.02
XYZ67.442472.521921.2700
Yxy72.52190.41830.4498
Hunter Lab85.1598-7.666344.8032
CIE-Lab88.2192-3.254963.6417

#fbdc5f color RGB value is (251,220,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 01011111
Octal 373 334 137
Decimal 251 220 95
Hex FB DC 5F

RGB Percentages of Color #fbdc5f

%44.35
%38.87
%16.78

CMYK Percentages of Color #fbdc5f

%0
%12
%62
%2

Triadic Colors of #fbdc5f

#fbdc5f #5ffbdc #dc5ffb

Analogous Colors of #fbdc5f

#fbdc5f #ccfb5f #fb8e5f

Monochromatic Colors of #fbdc5f

#fbdc5f

Complementary Color

#fbdc5f #5f7efb

#fbdc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdc5f Color CSS Codes

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

#fbdc5f Text Font Color

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

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


#fbdc5f Background Color

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

This div background color is #fbdc5f


#fbdc5f Border Color

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

This div border color is #fbdc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdc5f

Related Colors


Comments

No comments written yet.

Please login to write comment.