Color Hex Logo

#fbd44d Color Hex

#FBD44D
(251,212,77)
0 Favorites   0 Comments

Color spaces of #fbd44d

RGB 25121277
HSL0.130.960.64
HSV47°69°98°
CMYK 0.000.160.69   0.02
XYZ64.666768.132016.7637
Yxy68.13200.43240.4555
Hunter Lab82.5421-4.604945.7381
CIE-Lab86.0724-0.205668.7939

#fbd44d color RGB value is (251,212,77).

#fbd44d hex color red value is 251, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fbd44d hue: 0.13 , saturation: 0.96 and the lightness value of fbd44d is 0.64.

The process color (four color CMYK) of #fbd44d color hex is 0.00, 0.16, 0.69, 0.02. Web safe color of #fbd44d is #ffcc66. Color #fbd44d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010100 01001101
Octal 373 324 115
Decimal 251 212 77
Hex FB D4 4D

RGB Percentages of Color #fbd44d

%46.48
%39.26
%14.26

CMYK Percentages of Color #fbd44d

%0
%16
%69
%2

Triadic Colors of #fbd44d

#fbd44d #4dfbd4 #d44dfb

Analogous Colors of #fbd44d

#fbd44d #cbfb4d #fb7d4d

Monochromatic Colors of #fbd44d

#fbd44d

Complementary Color

#fbd44d #4d74fb

#fbd44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd44d Color CSS Codes

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

#fbd44d Text Font Color

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

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


#fbd44d Background Color

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

This div background color is #fbd44d


#fbd44d Border Color

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

This div border color is #fbd44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd44d

Related Colors


Comments

No comments written yet.

Please login to write comment.