Color Hex Logo

#fced96 Color Hex

#FCED96
(252,237,150)
0 Favorites   0 Comments

Color spaces of #fced96

RGB 252237150
HSL0.140.940.79
HSV51°40°99°
CMYK 0.000.060.40   0.01
XYZ75.934183.465840.9625
Yxy83.46580.37900.4166
Hunter Lab91.3596-11.518037.3681
CIE-Lab93.2180-6.819043.9274

#fced96 color RGB value is (252,237,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10010110
Octal 374 355 226
Decimal 252 237 150
Hex FC ED 96

RGB Percentages of Color #fced96

%39.44
%37.09
%23.47

CMYK Percentages of Color #fced96

%0
%6
%40
%1

Triadic Colors of #fced96

#fced96 #96fced #ed96fc

Analogous Colors of #fced96

#fced96 #d8fc96 #fcba96

Monochromatic Colors of #fced96

#fced96

Complementary Color

#fced96 #96a5fc

#fced96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced96 Color CSS Codes

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

#fced96 Text Font Color

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

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


#fced96 Background Color

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

This div background color is #fced96


#fced96 Border Color

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

This div border color is #fced96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced96


Comments

No comments written yet.

Please login to write comment.