Color Hex Logo

#fbd02b Color Hex

#FBD02B
(251,208,43)
0 Favorites   0 Comments

Color spaces of #fbd02b

RGB 25120843
HSL0.130.960.58
HSV48°83°98°
CMYK 0.000.170.83   0.02
XYZ62.775665.795411.6767
Yxy65.79540.44760.4691
Hunter Lab81.1144-3.806448.2450
CIE-Lab84.89190.553478.9313

#fbd02b color RGB value is (251,208,43).

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

The process color (four color CMYK) of #fbd02b color hex is 0.00, 0.17, 0.83, 0.02. Web safe color of #fbd02b is #ffcc33. Color #fbd02b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010000 00101011
Octal 373 320 53
Decimal 251 208 43
Hex FB D0 2B

RGB Percentages of Color #fbd02b

%50.00
%41.43
%8.57

CMYK Percentages of Color #fbd02b

%0
%17
%83
%2

Triadic Colors of #fbd02b

#fbd02b #2bfbd0 #d02bfb

Analogous Colors of #fbd02b

#fbd02b #befb2b #fb682b

Monochromatic Colors of #fbd02b

#fbd02b

Complementary Color

#fbd02b #2b56fb

#fbd02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd02b Color CSS Codes

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

#fbd02b Text Font Color

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

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


#fbd02b Background Color

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

This div background color is #fbd02b


#fbd02b Border Color

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

This div border color is #fbd02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd02b


Comments

No comments written yet.

Please login to write comment.