Color Hex Logo

#fbdf35 Color Hex

#FBDF35
(251,223,53)
0 Favorites   0 Comments

Color spaces of #fbdf35

RGB 25122353
HSL0.140.960.60
HSV52°79°98°
CMYK 0.000.110.79   0.02
XYZ66.813973.541614.0416
Yxy73.54160.43270.4763
Hunter Lab85.7564-11.002150.3214
CIE-Lab88.7054-6.740279.4814

#fbdf35 color RGB value is (251,223,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 00110101
Octal 373 337 65
Decimal 251 223 53
Hex FB DF 35

RGB Percentages of Color #fbdf35

%47.63
%42.31
%10.06

CMYK Percentages of Color #fbdf35

%0
%11
%79
%2

Triadic Colors of #fbdf35

#fbdf35 #35fbdf #df35fb

Analogous Colors of #fbdf35

#fbdf35 #b4fb35 #fb7c35

Monochromatic Colors of #fbdf35

#fbdf35

Complementary Color

#fbdf35 #3551fb

#fbdf35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdf35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdf35 Color CSS Codes

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

#fbdf35 Text Font Color

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

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


#fbdf35 Background Color

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

This div background color is #fbdf35


#fbdf35 Border Color

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

This div border color is #fbdf35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdf35

Related Colors

#fbdf35 Color Palettes


Comments

No comments written yet.

Please login to write comment.