Color Hex Logo

#fcee6a Color Hex

#FCEE6A
(252,238,106)
0 Favorites   0 Comments

Color spaces of #fcee6a

RGB 252238106
HSL0.150.960.70
HSV54°58°99°
CMYK 0.000.060.58   0.01
XYZ73.320982.885125.7697
Yxy82.88510.40290.4555
Hunter Lab91.0413-15.565646.9465
CIE-Lab92.9641-11.109164.1568

#fcee6a color RGB value is (252,238,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 01101010
Octal 374 356 152
Decimal 252 238 106
Hex FC EE 6A

RGB Percentages of Color #fcee6a

%42.28
%39.93
%17.79

CMYK Percentages of Color #fcee6a

%0
%6
%58
%1

Triadic Colors of #fcee6a

#fcee6a #6afcee #ee6afc

Analogous Colors of #fcee6a

#fcee6a #c1fc6a #fca56a

Monochromatic Colors of #fcee6a

#fcee6a

Complementary Color

#fcee6a #6a78fc

#fcee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee6a Color CSS Codes

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

#fcee6a Text Font Color

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

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


#fcee6a Background Color

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

This div background color is #fcee6a


#fcee6a Border Color

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

This div border color is #fcee6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,238,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 #fcee6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee6a


Comments

No comments written yet.

Please login to write comment.