Color Hex Logo

#fcd37e Color Hex

#FCD37E
(252,211,126)
0 Favorites   0 Comments

Color spaces of #fcd37e

RGB 252211126
HSL0.110.950.74
HSV40°50°99°
CMYK 0.000.160.50   0.01
XYZ67.205068.790329.4744
Yxy68.79030.40610.4157
Hunter Lab82.9399-0.508936.9880
CIE-Lab86.40014.062147.1745

#fcd37e color RGB value is (252,211,126).

#fcd37e hex color red value is 252, green value is 211 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fcd37e hue: 0.11 , saturation: 0.95 and the lightness value of fcd37e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 01111110
Octal 374 323 176
Decimal 252 211 126
Hex FC D3 7E

RGB Percentages of Color #fcd37e

%42.78
%35.82
%21.39

CMYK Percentages of Color #fcd37e

%0
%16
%50
%1

Triadic Colors of #fcd37e

#fcd37e #7efcd3 #d37efc

Analogous Colors of #fcd37e

#fcd37e #e6fc7e #fc947e

Monochromatic Colors of #fcd37e

#fcd37e

Complementary Color

#fcd37e #7ea7fc

#fcd37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd37e Color CSS Codes

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

#fcd37e Text Font Color

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

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


#fcd37e Background Color

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

This div background color is #fcd37e


#fcd37e Border Color

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

This div border color is #fcd37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd37e


Comments

No comments written yet.

Please login to write comment.