Color Hex Logo

#fbd635 Color Hex

#FBD635
(251,214,53)
0 Favorites   0 Comments

Color spaces of #fbd635

RGB 25121453
HSL0.140.960.60
HSV49°79°98°
CMYK 0.000.150.79   0.02
XYZ64.472868.859413.2613
Yxy68.85940.43980.4697
Hunter Lab82.9816-6.531648.6119
CIE-Lab86.4344-2.205777.4733

#fbd635 color RGB value is (251,214,53).

#fbd635 hex color red value is 251, green value is 214 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #fbd635 hue: 0.14 , saturation: 0.96 and the lightness value of fbd635 is 0.60.

The process color (four color CMYK) of #fbd635 color hex is 0.00, 0.15, 0.79, 0.02. Web safe color of #fbd635 is #ffcc33. Color #fbd635 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010110 00110101
Octal 373 326 65
Decimal 251 214 53
Hex FB D6 35

RGB Percentages of Color #fbd635

%48.46
%41.31
%10.23

CMYK Percentages of Color #fbd635

%0
%15
%79
%2

Triadic Colors of #fbd635

#fbd635 #35fbd6 #d635fb

Analogous Colors of #fbd635

#fbd635 #bdfb35 #fb7335

Monochromatic Colors of #fbd635

#fbd635

Complementary Color

#fbd635 #355afb

#fbd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd635 Color CSS Codes

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

#fbd635 Text Font Color

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

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


#fbd635 Background Color

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

This div background color is #fbd635


#fbd635 Border Color

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

This div border color is #fbd635


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd635


Comments

No comments written yet.

Please login to write comment.