Color Hex Logo

#fcd17a Color Hex

#FCD17A
(252,209,122)
0 Favorites   0 Comments

Color spaces of #fcd17a

RGB 252209122
HSL0.110.960.73
HSV40°52°99°
CMYK 0.000.170.52   0.01
XYZ66.458267.701527.9773
Yxy67.70150.40990.4176
Hunter Lab82.28090.182637.4368
CIE-Lab85.85704.747148.4668

#fcd17a color RGB value is (252,209,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 01111010
Octal 374 321 172
Decimal 252 209 122
Hex FC D1 7A

RGB Percentages of Color #fcd17a

%43.22
%35.85
%20.93

CMYK Percentages of Color #fcd17a

%0
%17
%52
%1

Triadic Colors of #fcd17a

#fcd17a #7afcd1 #d17afc

Analogous Colors of #fcd17a

#fcd17a #e6fc7a #fc907a

Monochromatic Colors of #fcd17a

#fcd17a

Complementary Color

#fcd17a #7aa5fc

#fcd17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd17a Color CSS Codes

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

#fcd17a Text Font Color

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

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


#fcd17a Background Color

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

This div background color is #fcd17a


#fcd17a Border Color

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

This div border color is #fcd17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd17a


Comments

No comments written yet.

Please login to write comment.