Color Hex Logo

#fbd754 Color Hex

#FBD754
(251,215,84)
0 Favorites   0 Comments

Color spaces of #fbd754

RGB 25121584
HSL0.130.950.66
HSV47°67°98°
CMYK 0.000.140.67   0.02
XYZ65.684369.750218.3887
Yxy69.75020.42700.4534
Hunter Lab83.5166-5.767045.4071
CIE-Lab86.8742-1.366866.8189

#fbd754 color RGB value is (251,215,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 01010100
Octal 373 327 124
Decimal 251 215 84
Hex FB D7 54

RGB Percentages of Color #fbd754

%45.64
%39.09
%15.27

CMYK Percentages of Color #fbd754

%0
%14
%67
%2

Triadic Colors of #fbd754

#fbd754 #54fbd7 #d754fb

Analogous Colors of #fbd754

#fbd754 #ccfb54 #fb8454

Monochromatic Colors of #fbd754

#fbd754

Complementary Color

#fbd754 #5478fb

#fbd754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd754 Color CSS Codes

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

#fbd754 Text Font Color

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

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


#fbd754 Background Color

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

This div background color is #fbd754


#fbd754 Border Color

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

This div border color is #fbd754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd754


Comments

No comments written yet.

Please login to write comment.