Color Hex Logo

#fcee7b Color Hex

#FCEE7B
(252,238,123)
0 Favorites   0 Comments

Color spaces of #fcee7b

RGB 252238123
HSL0.150.960.74
HSV53°51°99°
CMYK 0.000.060.51   0.01
XYZ74.294683.274630.8968
Yxy83.27460.39420.4419
Hunter Lab91.2549-14.371543.8042
CIE-Lab93.1345-9.822656.7370

#fcee7b color RGB value is (252,238,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 01111011
Octal 374 356 173
Decimal 252 238 123
Hex FC EE 7B

RGB Percentages of Color #fcee7b

%41.11
%38.83
%20.07

CMYK Percentages of Color #fcee7b

%0
%6
%51
%1

Triadic Colors of #fcee7b

#fcee7b #7bfcee #ee7bfc

Analogous Colors of #fcee7b

#fcee7b #cafc7b #fcae7b

Monochromatic Colors of #fcee7b

#fcee7b

Complementary Color

#fcee7b #7b89fc

#fcee7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcee7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcee7b Color CSS Codes

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

#fcee7b Text Font Color

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

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


#fcee7b Background Color

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

This div background color is #fcee7b


#fcee7b Border Color

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

This div border color is #fcee7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcee7b

Related Colors


Comments

No comments written yet.

Please login to write comment.