Color Hex Logo

#fced93 Color Hex

#FCED93
(252,237,147)
0 Favorites   0 Comments

Color spaces of #fced93

RGB 252237147
HSL0.140.950.78
HSV51°42°99°
CMYK 0.000.060.42   0.01
XYZ75.695583.370439.7063
Yxy83.37040.38080.4194
Hunter Lab91.3074-11.808238.1321
CIE-Lab93.1764-7.126045.3469

#fced93 color RGB value is (252,237,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101101 10010011
Octal 374 355 223
Decimal 252 237 147
Hex FC ED 93

RGB Percentages of Color #fced93

%39.62
%37.26
%23.11

CMYK Percentages of Color #fced93

%0
%6
%42
%1

Triadic Colors of #fced93

#fced93 #93fced #ed93fc

Analogous Colors of #fced93

#fced93 #d7fc93 #fcb993

Monochromatic Colors of #fced93

#fced93

Complementary Color

#fced93 #93a2fc

#fced93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fced93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fced93 Color CSS Codes

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

#fced93 Text Font Color

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

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


#fced93 Background Color

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

This div background color is #fced93


#fced93 Border Color

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

This div border color is #fced93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fced93


Comments

No comments written yet.

Please login to write comment.