color codes Logo

#fcea6c color codes

#FCEA6C
(252,234,108)
0 Favorites   0 Comments

Color spaces of #fcea6c

RGB 252234108
HSL0.150.960.71
HSV53°57°99°
CMYK 0.000.070.57   0.01
XYZ72.274580.623825.9400
Yxy80.62380.40410.4508
Hunter Lab89.7908-13.455445.7250
CIE-Lab91.9640-8.990362.1606

#fcea6c color RGB value is (252,234,108).

#fcea6c hex color red value is 252, green value is 234 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #fcea6c hue: 0.15 , saturation: 0.96 and the lightness value of fcea6c is 0.71.

The process color (four color CMYK) of #fcea6c color code is 0.00, 0.07, 0.57, 0.01. Web safe color of #fcea6c is #ffff66. Color #fcea6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101010 01101100
Octal 374 352 154
Decimal 252 234 108
Hex FC EA 6C

RGB Percentages of Color #fcea6c

%42.42
%39.39
%18.18

CMYK Percentages of Color #fcea6c

%0
%7
%57
%1

Triadic Colors of #fcea6c

#fcea6c #6cfcea #ea6cfc

Analogous Colors of #fcea6c

#fcea6c #c6fc6c #fca26c

Monochromatic Colors of #fcea6c

#fcea6c

Complementary Color

#fcea6c #6c7efc

#fcea6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcea6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcea6c Color CSS Codes

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

#fcea6c Text Font Color

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

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


#fcea6c Background Color

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

This div background color is #fcea6c


#fcea6c Border Color

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

This div border color is #fcea6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcea6c

Related Colors


Comments

No comments written yet.

Please login to write comment.