Color Hex Logo

#fbd152 Color Hex

#FBD152
(251,209,82)
0 Favorites   0 Comments

Color spaces of #fbd152

RGB 25120982
HSL0.130.950.65
HSV45°67°98°
CMYK 0.000.170.67   0.02
XYZ64.107166.719417.4820
Yxy66.71940.43230.4499
Hunter Lab81.6819-2.849844.4878
CIE-Lab85.36201.584266.0594

#fbd152 color RGB value is (251,209,82).

#fbd152 hex color red value is 251, green value is 209 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #fbd152 hue: 0.13 , saturation: 0.95 and the lightness value of fbd152 is 0.65.

The process color (four color CMYK) of #fbd152 color hex is 0.00, 0.17, 0.67, 0.02. Web safe color of #fbd152 is #ffcc66. Color #fbd152 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 01010010
Octal 373 321 122
Decimal 251 209 82
Hex FB D1 52

RGB Percentages of Color #fbd152

%46.31
%38.56
%15.13

CMYK Percentages of Color #fbd152

%0
%17
%67
%2

Triadic Colors of #fbd152

#fbd152 #52fbd1 #d152fb

Analogous Colors of #fbd152

#fbd152 #d1fb52 #fb7d52

Monochromatic Colors of #fbd152

#fbd152

Complementary Color

#fbd152 #527cfb

#fbd152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd152 Color CSS Codes

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

#fbd152 Text Font Color

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

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


#fbd152 Background Color

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

This div background color is #fbd152


#fbd152 Border Color

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

This div border color is #fbd152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd152


Comments

No comments written yet.

Please login to write comment.