Color Hex Logo

#fcfa7b Color Hex

#FCFA7B
(252,250,123)
0 Favorites   0 Comments

Color spaces of #fcfa7b

RGB 252250123
HSL0.160.960.74
HSV59°51°99°
CMYK 0.000.010.51   0.01
XYZ77.905690.496732.1004
Yxy90.49670.38860.4513
Hunter Lab95.1298-20.296246.5841
CIE-Lab96.2024-15.702060.3416

#fcfa7b color RGB value is (252,250,123).

#fcfa7b hex color red value is 252, green value is 250 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #fcfa7b hue: 0.16 , saturation: 0.96 and the lightness value of fcfa7b is 0.74.

The process color (four color CMYK) of #fcfa7b color hex is 0.00, 0.01, 0.51, 0.01. Web safe color of #fcfa7b is #ffff66. Color #fcfa7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01111011
Octal 374 372 173
Decimal 252 250 123
Hex FC FA 7B

RGB Percentages of Color #fcfa7b

%40.32
%40.00
%19.68

CMYK Percentages of Color #fcfa7b

%0
%1
%51
%1

Triadic Colors of #fcfa7b

#fcfa7b #7bfcfa #fa7bfc

Analogous Colors of #fcfa7b

#fcfa7b #befc7b #fcba7b

Monochromatic Colors of #fcfa7b

#fcfa7b

Complementary Color

#fcfa7b #7b7dfc

#fcfa7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa7b Color CSS Codes

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

#fcfa7b Text Font Color

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

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


#fcfa7b Background Color

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

This div background color is #fcfa7b


#fcfa7b Border Color

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

This div border color is #fcfa7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,250,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcfa7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcfa7b;
  -webkit-box-shadow: 1px 1px 3px 2px #fcfa7b;
  box-shadow:         1px 1px 3px 2px #fcfa7b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,250,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa7b


Comments

No comments written yet.

Please login to write comment.