Color Hex Logo

#fbcb74 Color Hex

#FBCB74
(251,203,116)
0 Favorites   0 Comments

Color spaces of #fbcb74

RGB 251203116
HSL0.110.940.72
HSV39°54°98°
CMYK 0.000.190.54   0.02
XYZ64.292064.482125.5807
Yxy64.48210.41650.4178
Hunter Lab80.30072.388037.3230
CIE-Lab84.21616.944549.3773

#fbcb74 color RGB value is (251,203,116).

#fbcb74 hex color red value is 251, green value is 203 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fbcb74 hue: 0.11 , saturation: 0.94 and the lightness value of fbcb74 is 0.72.

The process color (four color CMYK) of #fbcb74 color hex is 0.00, 0.19, 0.54, 0.02. Web safe color of #fbcb74 is #ffcc66. Color #fbcb74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 01110100
Octal 373 313 164
Decimal 251 203 116
Hex FB CB 74

RGB Percentages of Color #fbcb74

%44.04
%35.61
%20.35

CMYK Percentages of Color #fbcb74

%0
%19
%54
%2

Triadic Colors of #fbcb74

#fbcb74 #74fbcb #cb74fb

Analogous Colors of #fbcb74

#fbcb74 #e8fb74 #fb8874

Monochromatic Colors of #fbcb74

#fbcb74

Complementary Color

#fbcb74 #74a4fb

#fbcb74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcb74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcb74 Color CSS Codes

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

#fbcb74 Text Font Color

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

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


#fbcb74 Background Color

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

This div background color is #fbcb74


#fbcb74 Border Color

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

This div border color is #fbcb74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcb74

Related Colors


Comments

No comments written yet.

Please login to write comment.