Color Hex Logo

#fbd248 Color Hex

#FBD248
(251,210,72)
0 Favorites   0 Comments

Color spaces of #fbd248

RGB 25121072
HSL0.130.960.63
HSV46°71°98°
CMYK 0.000.160.71   0.02
XYZ64.000067.070315.7036
Yxy67.07030.43600.4570
Hunter Lab81.8965-3.825645.9587
CIE-Lab85.53940.575270.1839

#fbd248 color RGB value is (251,210,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 01001000
Octal 373 322 110
Decimal 251 210 72
Hex FB D2 48

RGB Percentages of Color #fbd248

%47.09
%39.40
%13.51

CMYK Percentages of Color #fbd248

%0
%16
%71
%2

Triadic Colors of #fbd248

#fbd248 #48fbd2 #d248fb

Analogous Colors of #fbd248

#fbd248 #cbfb48 #fb7948

Monochromatic Colors of #fbd248

#fbd248

Complementary Color

#fbd248 #4871fb

#fbd248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd248 Color CSS Codes

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

#fbd248 Text Font Color

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

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


#fbd248 Background Color

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

This div background color is #fbd248


#fbd248 Border Color

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

This div border color is #fbd248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd248


Comments

No comments written yet.

Please login to write comment.