color codes Logo

#fbd70f color codes

#FBD70F
(251,215,15)
0 Favorites   0 Comments

Color spaces of #fbd70f

RGB 25121515
HSL0.140.970.52
HSV51°94°98°
CMYK 0.000.140.94   0.02
XYZ64.170369.144610.4160
Yxy69.14460.44650.4811
Hunter Lab83.1532-7.767750.7804
CIE-Lab86.5756-3.502685.3849

#fbd70f color RGB value is (251,215,15).

#fbd70f hex color red value is 251, green value is 215 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fbd70f hue: 0.14 , saturation: 0.97 and the lightness value of fbd70f is 0.52.

The process color (four color CMYK) of #fbd70f color code is 0.00, 0.14, 0.94, 0.02. Web safe color of #fbd70f is #ffcc00. Color #fbd70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 00001111
Octal 373 327 17
Decimal 251 215 15
Hex FB D7 F

RGB Percentages of Color #fbd70f

%52.18
%44.70
%3.12

CMYK Percentages of Color #fbd70f

%0
%14
%94
%2

Triadic Colors of #fbd70f

#fbd70f #0ffbd7 #d70ffb

Analogous Colors of #fbd70f

#fbd70f #a9fb0f #fb610f

Monochromatic Colors of #fbd70f

#fbd70f

Complementary Color

#fbd70f #0f33fb

#fbd70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd70f Color CSS Codes

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

#fbd70f Text Font Color

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

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


#fbd70f Background Color

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

This div background color is #fbd70f


#fbd70f Border Color

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

This div border color is #fbd70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd70f

Related Colors


Comments

No comments written yet.

Please login to write comment.