Color Hex Logo

#fbca74 Color Hex

#FBCA74
(251,202,116)
0 Favorites   0 Comments

Color spaces of #fbca74

RGB 251202116
HSL0.110.940.72
HSV38°54°98°
CMYK 0.000.200.54   0.02
XYZ64.056664.011225.5023
Yxy64.01120.41710.4168
Hunter Lab80.00702.901537.1062
CIE-Lab83.97167.462349.0819

#fbca74 color RGB value is (251,202,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 01110100
Octal 373 312 164
Decimal 251 202 116
Hex FB CA 74

RGB Percentages of Color #fbca74

%44.11
%35.50
%20.39

CMYK Percentages of Color #fbca74

%0
%20
%54
%2

Triadic Colors of #fbca74

#fbca74 #74fbca #ca74fb

Analogous Colors of #fbca74

#fbca74 #e9fb74 #fb8774

Monochromatic Colors of #fbca74

#fbca74

Complementary Color

#fbca74 #74a5fb

#fbca74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbca74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbca74 Color CSS Codes

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

#fbca74 Text Font Color

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

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


#fbca74 Background Color

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

This div background color is #fbca74


#fbca74 Border Color

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

This div border color is #fbca74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbca74

Related Colors


Comments

No comments written yet.

Please login to write comment.