Color Hex Logo

#fbd640 Color Hex

#FBD640
(251,214,64)
0 Favorites   0 Comments

Color spaces of #fbd640

RGB 25121464
HSL0.130.960.62
HSV48°75°98°
CMYK 0.000.150.75   0.02
XYZ64.755668.972514.7505
Yxy68.97250.43610.4645
Hunter Lab83.0497-6.156747.6042
CIE-Lab86.4904-1.805973.9899

#fbd640 color RGB value is (251,214,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01000000
Octal 373 326 100
Decimal 251 214 64
Hex FB D6 40

RGB Percentages of Color #fbd640

%47.45
%40.45
%12.10

CMYK Percentages of Color #fbd640

%0
%15
%75
%2

Triadic Colors of #fbd640

#fbd640 #40fbd6 #d640fb

Analogous Colors of #fbd640

#fbd640 #c3fb40 #fb7940

Monochromatic Colors of #fbd640

#fbd640

Complementary Color

#fbd640 #4065fb

#fbd640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd640 Color CSS Codes

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

#fbd640 Text Font Color

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

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


#fbd640 Background Color

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

This div background color is #fbd640


#fbd640 Border Color

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

This div border color is #fbd640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd640

Related Colors


Comments

No comments written yet.

Please login to write comment.