Color Hex Logo

#fbd213 Color Hex

#FBD213
(251,210,19)
0 Favorites   0 Comments

Color spaces of #fbd213

RGB 25121019
HSL0.140.970.53
HSV49°92°98°
CMYK 0.000.160.92   0.02
XYZ62.947866.649410.1630
Yxy66.64940.45040.4769
Hunter Lab81.6391-5.236049.7665
CIE-Lab85.3266-0.922383.9780

#fbd213 color RGB value is (251,210,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 00010011
Octal 373 322 23
Decimal 251 210 19
Hex FB D2 13

RGB Percentages of Color #fbd213

%52.29
%43.75
%3.96

CMYK Percentages of Color #fbd213

%0
%16
%92
%2

Triadic Colors of #fbd213

#fbd213 #13fbd2 #d213fb

Analogous Colors of #fbd213

#fbd213 #b0fb13 #fb5e13

Monochromatic Colors of #fbd213

#fbd213

Complementary Color

#fbd213 #133cfb

#fbd213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd213 Color CSS Codes

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

#fbd213 Text Font Color

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

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


#fbd213 Background Color

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

This div background color is #fbd213


#fbd213 Border Color

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

This div border color is #fbd213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,210,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 #fbd213">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd213

Related Colors


Comments

No comments written yet.

Please login to write comment.