Color Hex Logo

#fce97b Color Hex

#FCE97B
(252,233,123)
0 Favorites   0 Comments

Color spaces of #fce97b

RGB 252233123
HSL0.140.960.74
HSV51°51°99°
CMYK 0.000.080.51   0.01
XYZ72.858980.403330.4182
Yxy80.40330.39670.4377
Hunter Lab89.6679-11.880142.6545
CIE-Lab91.8655-7.338955.2312

#fce97b color RGB value is (252,233,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 01111011
Octal 374 351 173
Decimal 252 233 123
Hex FC E9 7B

RGB Percentages of Color #fce97b

%41.45
%38.32
%20.23

CMYK Percentages of Color #fce97b

%0
%8
%51
%1

Triadic Colors of #fce97b

#fce97b #7bfce9 #e97bfc

Analogous Colors of #fce97b

#fce97b #cffc7b #fca97b

Monochromatic Colors of #fce97b

#fce97b

Complementary Color

#fce97b #7b8efc

#fce97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce97b Color CSS Codes

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

#fce97b Text Font Color

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

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


#fce97b Background Color

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

This div background color is #fce97b


#fce97b Border Color

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

This div border color is #fce97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce97b


Comments

No comments written yet.

Please login to write comment.