color codes Logo

#fbd935 color codes

#FBD935
(251,217,53)
0 Favorites   0 Comments

Color spaces of #fbd935

RGB 25121753
HSL0.140.960.60
HSV50°79°98°
CMYK 0.000.140.79   0.02
XYZ65.239170.392013.5167
Yxy70.39200.43740.4720
Hunter Lab83.8999-8.026549.1780
CIE-Lab87.1888-3.723778.1416

#fbd935 color RGB value is (251,217,53).

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

The process color (four color CMYK) of #fbd935 color code is 0.00, 0.14, 0.79, 0.02. Web safe color of #fbd935 is #ffcc33. Color #fbd935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 00110101
Octal 373 331 65
Decimal 251 217 53
Hex FB D9 35

RGB Percentages of Color #fbd935

%48.18
%41.65
%10.17

CMYK Percentages of Color #fbd935

%0
%14
%79
%2

Triadic Colors of #fbd935

#fbd935 #35fbd9 #d935fb

Analogous Colors of #fbd935

#fbd935 #bafb35 #fb7635

Monochromatic Colors of #fbd935

#fbd935

Complementary Color

#fbd935 #3557fb

#fbd935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd935 Color CSS Codes

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

#fbd935 Text Font Color

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

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


#fbd935 Background Color

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

This div background color is #fbd935


#fbd935 Border Color

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

This div border color is #fbd935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd935

Related Colors


Comments

No comments written yet.

Please login to write comment.