Color Hex Logo

#fcd77a Color Hex

#FCD77A
(252,215,122)
0 Favorites   0 Comments

Color spaces of #fcd77a

RGB 252215122
HSL0.120.960.73
HSV43°52°99°
CMYK 0.000.150.52   0.01
XYZ67.958270.701528.4773
Yxy70.70150.40660.4230
Hunter Lab84.0842-2.880738.7788
CIE-Lab87.33981.669750.2704

#fcd77a color RGB value is (252,215,122).

#fcd77a hex color red value is 252, green value is 215 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fcd77a hue: 0.12 , saturation: 0.96 and the lightness value of fcd77a is 0.73.

The process color (four color CMYK) of #fcd77a color hex is 0.00, 0.15, 0.52, 0.01. Web safe color of #fcd77a is #ffcc66. Color #fcd77a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01111010
Octal 374 327 172
Decimal 252 215 122
Hex FC D7 7A

RGB Percentages of Color #fcd77a

%42.78
%36.50
%20.71

CMYK Percentages of Color #fcd77a

%0
%15
%52
%1

Triadic Colors of #fcd77a

#fcd77a #7afcd7 #d77afc

Analogous Colors of #fcd77a

#fcd77a #e0fc7a #fc967a

Monochromatic Colors of #fcd77a

#fcd77a

Complementary Color

#fcd77a #7a9ffc

#fcd77a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd77a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd77a Color CSS Codes

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

#fcd77a Text Font Color

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

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


#fcd77a Background Color

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

This div background color is #fcd77a


#fcd77a Border Color

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

This div border color is #fcd77a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd77a

Related Colors


Comments

No comments written yet.

Please login to write comment.