Color Hex Logo

#fcef98 Color Hex

#FCEF98
(252,239,152)
0 Favorites   0 Comments

Color spaces of #fcef98

RGB 252239152
HSL0.150.940.79
HSV52°40°99°
CMYK 0.000.050.40   0.01
XYZ76.678984.695442.0122
Yxy84.69540.37700.4164
Hunter Lab92.0301-12.327637.3549
CIE-Lab93.7517-7.607543.6247

#fcef98 color RGB value is (252,239,152).

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

The process color (four color CMYK) of #fcef98 color hex is 0.00, 0.05, 0.40, 0.01. Web safe color of #fcef98 is #ffff99. Color #fcef98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101111 10011000
Octal 374 357 230
Decimal 252 239 152
Hex FC EF 98

RGB Percentages of Color #fcef98

%39.19
%37.17
%23.64

CMYK Percentages of Color #fcef98

%0
%5
%40
%1

Triadic Colors of #fcef98

#fcef98 #98fcef #ef98fc

Analogous Colors of #fcef98

#fcef98 #d7fc98 #fcbd98

Monochromatic Colors of #fcef98

#fcef98

Complementary Color

#fcef98 #98a5fc

#fcef98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcef98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcef98 Color CSS Codes

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

#fcef98 Text Font Color

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

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


#fcef98 Background Color

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

This div background color is #fcef98


#fcef98 Border Color

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

This div border color is #fcef98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcef98


Comments

No comments written yet.

Please login to write comment.