Color Hex Logo

#fbcf55 Color Hex

#FBCF55
(251,207,85)
0 Favorites   0 Comments

Color spaces of #fbcf55

RGB 25120785
HSL0.120.950.66
HSV44°66°98°
CMYK 0.000.180.66   0.02
XYZ63.736265.790817.9340
Yxy65.79080.43220.4462
Hunter Lab81.1115-1.682643.6689
CIE-Lab84.88962.773364.3160

#fbcf55 color RGB value is (251,207,85).

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

The process color (four color CMYK) of #fbcf55 color hex is 0.00, 0.18, 0.66, 0.02. Web safe color of #fbcf55 is #ffcc66. Color #fbcf55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 01010101
Octal 373 317 125
Decimal 251 207 85
Hex FB CF 55

RGB Percentages of Color #fbcf55

%46.22
%38.12
%15.65

CMYK Percentages of Color #fbcf55

%0
%18
%66
%2

Triadic Colors of #fbcf55

#fbcf55 #55fbcf #cf55fb

Analogous Colors of #fbcf55

#fbcf55 #d4fb55 #fb7c55

Monochromatic Colors of #fbcf55

#fbcf55

Complementary Color

#fbcf55 #5581fb

#fbcf55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcf55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcf55 Color CSS Codes

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

#fbcf55 Text Font Color

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

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


#fbcf55 Background Color

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

This div background color is #fbcf55


#fbcf55 Border Color

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

This div border color is #fbcf55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcf55

#fbcf55 Color Palettes


Comments

No comments written yet.

Please login to write comment.