Color Hex Logo

#fce988 Color Hex

#FCE988
(252,233,136)
0 Favorites   0 Comments

Color spaces of #fce988

RGB 252233136
HSL0.140.950.76
HSV50°46°99°
CMYK 0.000.080.46   0.01
XYZ73.727780.750834.9932
Yxy80.75080.38910.4262
Hunter Lab89.8614-10.805539.8147
CIE-Lab92.0207-6.196149.2476

#fce988 color RGB value is (252,233,136).

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

The process color (four color CMYK) of #fce988 color hex is 0.00, 0.08, 0.46, 0.01. Web safe color of #fce988 is #ffff99. Color #fce988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101001 10001000
Octal 374 351 210
Decimal 252 233 136
Hex FC E9 88

RGB Percentages of Color #fce988

%40.58
%37.52
%21.90

CMYK Percentages of Color #fce988

%0
%8
%46
%1

Triadic Colors of #fce988

#fce988 #88fce9 #e988fc

Analogous Colors of #fce988

#fce988 #d5fc88 #fcaf88

Monochromatic Colors of #fce988

#fce988

Complementary Color

#fce988 #889bfc

#fce988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce988 Color CSS Codes

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

#fce988 Text Font Color

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

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


#fce988 Background Color

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

This div background color is #fce988


#fce988 Border Color

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

This div border color is #fce988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce988


Comments

No comments written yet.

Please login to write comment.