Color Hex Logo

#fbd62d Color Hex

#FBD62D
(251,214,45)
0 Favorites   0 Comments

Color spaces of #fbd62d

RGB 25121445
HSL0.140.960.58
HSV49°82°98°
CMYK 0.000.150.82   0.02
XYZ64.303968.791812.3716
Yxy68.79180.44210.4729
Hunter Lab82.9408-6.755649.2148
CIE-Lab86.4008-2.445279.6841

#fbd62d color RGB value is (251,214,45).

#fbd62d hex color red value is 251, green value is 214 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fbd62d hue: 0.14 , saturation: 0.96 and the lightness value of fbd62d is 0.58.

The process color (four color CMYK) of #fbd62d color hex is 0.00, 0.15, 0.82, 0.02. Web safe color of #fbd62d is #ffcc33. Color #fbd62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00101101
Octal 373 326 55
Decimal 251 214 45
Hex FB D6 2D

RGB Percentages of Color #fbd62d

%49.22
%41.96
%8.82

CMYK Percentages of Color #fbd62d

%0
%15
%82
%2

Triadic Colors of #fbd62d

#fbd62d #2dfbd6 #d62dfb

Analogous Colors of #fbd62d

#fbd62d #b9fb2d #fb6f2d

Monochromatic Colors of #fbd62d

#fbd62d

Complementary Color

#fbd62d #2d52fb

#fbd62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd62d Color CSS Codes

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

#fbd62d Text Font Color

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

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


#fbd62d Background Color

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

This div background color is #fbd62d


#fbd62d Border Color

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

This div border color is #fbd62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd62d


Comments

No comments written yet.

Please login to write comment.