Color Hex Logo

#fbd653 Color Hex

#FBD653
(251,214,83)
0 Favorites   0 Comments

Color spaces of #fbd653

RGB 25121483
HSL0.130.950.65
HSV47°67°98°
CMYK 0.000.150.67   0.02
XYZ65.391669.226918.0992
Yxy69.22690.42820.4533
Hunter Lab83.2027-5.316045.3445
CIE-Lab86.6163-0.912766.9574

#fbd653 color RGB value is (251,214,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 01010011
Octal 373 326 123
Decimal 251 214 83
Hex FB D6 53

RGB Percentages of Color #fbd653

%45.80
%39.05
%15.15

CMYK Percentages of Color #fbd653

%0
%15
%67
%2

Triadic Colors of #fbd653

#fbd653 #53fbd6 #d653fb

Analogous Colors of #fbd653

#fbd653 #ccfb53 #fb8253

Monochromatic Colors of #fbd653

#fbd653

Complementary Color

#fbd653 #5378fb

#fbd653 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd653 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd653 Color CSS Codes

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

#fbd653 Text Font Color

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

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


#fbd653 Background Color

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

This div background color is #fbd653


#fbd653 Border Color

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

This div border color is #fbd653


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd653

Related Colors


Comments

No comments written yet.

Please login to write comment.