Color Hex Logo

#fcee56 Color Hex

#FCEE56
(252,238,86)
0 Favorites   0 Comments

Color spaces of #fcee56

RGB 25223886
HSL0.150.970.66
HSV55°66°99°
CMYK 0.000.060.66   0.01
XYZ72.399182.516420.9155
Yxy82.51640.41180.4693
Hunter Lab90.8385-16.701449.9355
CIE-Lab92.8023-12.341472.1919

#fcee56 color RGB value is (252,238,86).

#fcee56 hex color red value is 252, green value is 238 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fcee56 hue: 0.15 , saturation: 0.97 and the lightness value of fcee56 is 0.66.

The process color (four color CMYK) of #fcee56 color hex is 0.00, 0.06, 0.66, 0.01. Web safe color of #fcee56 is #ffff66. Color #fcee56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 01010110
Octal 374 356 126
Decimal 252 238 86
Hex FC EE 56

RGB Percentages of Color #fcee56

%43.75
%41.32
%14.93

CMYK Percentages of Color #fcee56

%0
%6
%66
%1

Triadic Colors of #fcee56

#fcee56 #56fcee #ee56fc

Analogous Colors of #fcee56

#fcee56 #b7fc56 #fc9b56

Monochromatic Colors of #fcee56

#fcee56

Complementary Color

#fcee56 #5664fc

#fcee56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee56 Color CSS Codes

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

#fcee56 Text Font Color

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

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


#fcee56 Background Color

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

This div background color is #fcee56


#fcee56 Border Color

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

This div border color is #fcee56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee56


Comments

No comments written yet.

Please login to write comment.