Color Hex Logo

#fbd013 Color Hex

#FBD013
(251,208,19)
0 Favorites   0 Comments

Color spaces of #fbd013

RGB 25120819
HSL0.140.970.53
HSV49°92°98°
CMYK 0.000.170.92   0.02
XYZ62.457165.66809.9994
Yxy65.66800.45220.4754
Hunter Lab81.0358-4.236549.4090
CIE-Lab84.82680.096683.6058

#fbd013 color RGB value is (251,208,19).

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

The process color (four color CMYK) of #fbd013 color hex is 0.00, 0.17, 0.92, 0.02. Web safe color of #fbd013 is #ffcc00. Color #fbd013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00010011
Octal 373 320 23
Decimal 251 208 19
Hex FB D0 13

RGB Percentages of Color #fbd013

%52.51
%43.51
%3.97

CMYK Percentages of Color #fbd013

%0
%17
%92
%2

Triadic Colors of #fbd013

#fbd013 #13fbd0 #d013fb

Analogous Colors of #fbd013

#fbd013 #b2fb13 #fb5c13

Monochromatic Colors of #fbd013

#fbd013

Complementary Color

#fbd013 #133efb

#fbd013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd013 Color CSS Codes

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

#fbd013 Text Font Color

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

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


#fbd013 Background Color

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

This div background color is #fbd013


#fbd013 Border Color

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

This div border color is #fbd013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd013


Comments

No comments written yet.

Please login to write comment.