Color Hex Logo

#fbd648 Color Hex

#FBD648
(251,214,72)
0 Favorites   0 Comments

Color spaces of #fbd648

RGB 25121472
HSL0.130.960.63
HSV48°71°98°
CMYK 0.000.150.71   0.02
XYZ64.999969.070216.0369
Yxy69.07020.43300.4601
Hunter Lab83.1085-5.833446.7351
CIE-Lab86.5388-1.461871.1701

#fbd648 color RGB value is (251,214,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01001000
Octal 373 326 110
Decimal 251 214 72
Hex FB D6 48

RGB Percentages of Color #fbd648

%46.74
%39.85
%13.41

CMYK Percentages of Color #fbd648

%0
%15
%71
%2

Triadic Colors of #fbd648

#fbd648 #48fbd6 #d648fb

Analogous Colors of #fbd648

#fbd648 #c7fb48 #fb7d48

Monochromatic Colors of #fbd648

#fbd648

Complementary Color

#fbd648 #486dfb

#fbd648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd648 Color CSS Codes

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

#fbd648 Text Font Color

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

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


#fbd648 Background Color

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

This div background color is #fbd648


#fbd648 Border Color

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

This div border color is #fbd648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd648


Comments

No comments written yet.

Please login to write comment.