Color Hex Logo

#fcd27a Color Hex

#FCD27A
(252,210,122)
0 Favorites   0 Comments

Color spaces of #fcd27a

RGB 252210122
HSL0.110.960.73
HSV41°52°99°
CMYK 0.000.170.52   0.01
XYZ66.704368.193828.0594
Yxy68.19380.40930.4185
Hunter Lab82.5795-0.329337.6597
CIE-Lab86.10334.232648.7672

#fcd27a color RGB value is (252,210,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010010 01111010
Octal 374 322 172
Decimal 252 210 122
Hex FC D2 7A

RGB Percentages of Color #fcd27a

%43.15
%35.96
%20.89

CMYK Percentages of Color #fcd27a

%0
%17
%52
%1

Triadic Colors of #fcd27a

#fcd27a #7afcd2 #d27afc

Analogous Colors of #fcd27a

#fcd27a #e5fc7a #fc917a

Monochromatic Colors of #fcd27a

#fcd27a

Complementary Color

#fcd27a #7aa4fc

#fcd27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd27a Color CSS Codes

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

#fcd27a Text Font Color

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

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


#fcd27a Background Color

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

This div background color is #fcd27a


#fcd27a Border Color

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

This div border color is #fcd27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd27a


Comments

No comments written yet.

Please login to write comment.