Color Hex Logo

#fcef66 Color Hex

#FCEF66
(252,239,102)
0 Favorites   0 Comments

Color spaces of #fcef66

RGB 252239102
HSL0.150.960.69
HSV55°60°99°
CMYK 0.000.050.60   0.01
XYZ73.409783.387824.7967
Yxy83.38780.40430.4592
Hunter Lab91.3169-16.308447.8219
CIE-Lab93.1840-11.871666.1129

#fcef66 color RGB value is (252,239,102).

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

The process color (four color CMYK) of #fcef66 color hex is 0.00, 0.05, 0.60, 0.01. Web safe color of #fcef66 is #ffff66. Color #fcef66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 01100110
Octal 374 357 146
Decimal 252 239 102
Hex FC EF 66

RGB Percentages of Color #fcef66

%42.50
%40.30
%17.20

CMYK Percentages of Color #fcef66

%0
%5
%60
%1

Triadic Colors of #fcef66

#fcef66 #66fcef #ef66fc

Analogous Colors of #fcef66

#fcef66 #befc66 #fca466

Monochromatic Colors of #fcef66

#fcef66

Complementary Color

#fcef66 #6673fc

#fcef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef66 Color CSS Codes

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

#fcef66 Text Font Color

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

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


#fcef66 Background Color

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

This div background color is #fcef66


#fcef66 Border Color

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

This div border color is #fcef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef66


Comments

No comments written yet.

Please login to write comment.