Color Hex Logo

#fcd46a Color Hex

#FCD46A
(252,212,106)
0 Favorites   0 Comments

Color spaces of #fcd46a

RGB 252212106
HSL0.120.960.70
HSV44°58°99°
CMYK 0.000.160.58   0.01
XYZ66.289968.823023.4260
Yxy68.82300.41810.4341
Hunter Lab82.9596-2.546841.3295
CIE-Lab86.41631.961256.7378

#fcd46a color RGB value is (252,212,106).

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

The process color (four color CMYK) of #fcd46a color hex is 0.00, 0.16, 0.58, 0.01. Web safe color of #fcd46a is #ffcc66. Color #fcd46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 01101010
Octal 374 324 152
Decimal 252 212 106
Hex FC D4 6A

RGB Percentages of Color #fcd46a

%44.21
%37.19
%18.60

CMYK Percentages of Color #fcd46a

%0
%16
%58
%1

Triadic Colors of #fcd46a

#fcd46a #6afcd4 #d46afc

Analogous Colors of #fcd46a

#fcd46a #dbfc6a #fc8b6a

Monochromatic Colors of #fcd46a

#fcd46a

Complementary Color

#fcd46a #6a92fc

#fcd46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd46a Color CSS Codes

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

#fcd46a Text Font Color

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

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


#fcd46a Background Color

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

This div background color is #fcd46a


#fcd46a Border Color

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

This div border color is #fcd46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd46a

Related Colors


Comments

No comments written yet.

Please login to write comment.