Color Hex Logo

#fbd554 Color Hex

#FBD554
(251,213,84)
0 Favorites   0 Comments

Color spaces of #fbd554

RGB 25121384
HSL0.130.950.66
HSV46°67°98°
CMYK 0.000.150.67   0.02
XYZ65.178168.737818.2200
Yxy68.73780.42840.4518
Hunter Lab82.9083-4.762245.0062
CIE-Lab86.3740-0.349566.2957

#fbd554 color RGB value is (251,213,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 01010100
Octal 373 325 124
Decimal 251 213 84
Hex FB D5 54

RGB Percentages of Color #fbd554

%45.80
%38.87
%15.33

CMYK Percentages of Color #fbd554

%0
%15
%67
%2

Triadic Colors of #fbd554

#fbd554 #54fbd5 #d554fb

Analogous Colors of #fbd554

#fbd554 #cefb54 #fb8254

Monochromatic Colors of #fbd554

#fbd554

Complementary Color

#fbd554 #547afb

#fbd554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd554 Color CSS Codes

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

#fbd554 Text Font Color

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

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


#fbd554 Background Color

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

This div background color is #fbd554


#fbd554 Border Color

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

This div border color is #fbd554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd554


Comments

No comments written yet.

Please login to write comment.