Color Hex Logo

#fbd052 Color Hex

#FBD052
(251,208,82)
0 Favorites   0 Comments

Color spaces of #fbd052

RGB 25120882
HSL0.120.950.65
HSV45°67°98°
CMYK 0.000.170.67   0.02
XYZ63.862566.230217.4004
Yxy66.23020.43300.4490
Hunter Lab81.3819-2.344944.2905
CIE-Lab85.11372.096265.8007

#fbd052 color RGB value is (251,208,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 01010010
Octal 373 320 122
Decimal 251 208 82
Hex FB D0 52

RGB Percentages of Color #fbd052

%46.40
%38.45
%15.16

CMYK Percentages of Color #fbd052

%0
%17
%67
%2

Triadic Colors of #fbd052

#fbd052 #52fbd0 #d052fb

Analogous Colors of #fbd052

#fbd052 #d2fb52 #fb7c52

Monochromatic Colors of #fbd052

#fbd052

Complementary Color

#fbd052 #527dfb

#fbd052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd052 Color CSS Codes

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

#fbd052 Text Font Color

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

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


#fbd052 Background Color

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

This div background color is #fbd052


#fbd052 Border Color

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

This div border color is #fbd052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd052


Comments

No comments written yet.

Please login to write comment.