Color Hex Logo

#fcdd93 Color Hex

#FCDD93
(252,221,147)
0 Favorites   0 Comments

Color spaces of #fcdd93

RGB 252221147
HSL0.120.950.78
HSV42°42°99°
CMYK 0.000.120.42   0.01
XYZ71.267874.514938.2304
Yxy74.51490.38730.4049
Hunter Lab86.3220-3.693234.1670
CIE-Lab89.16530.944540.2240

#fcdd93 color RGB value is (252,221,147).

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

The process color (four color CMYK) of #fcdd93 color hex is 0.00, 0.12, 0.42, 0.01. Web safe color of #fcdd93 is #ffcc99. Color #fcdd93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10010011
Octal 374 335 223
Decimal 252 221 147
Hex FC DD 93

RGB Percentages of Color #fcdd93

%40.65
%35.65
%23.71

CMYK Percentages of Color #fcdd93

%0
%12
%42
%1

Triadic Colors of #fcdd93

#fcdd93 #93fcdd #dd93fc

Analogous Colors of #fcdd93

#fcdd93 #e7fc93 #fca993

Monochromatic Colors of #fcdd93

#fcdd93

Complementary Color

#fcdd93 #93b2fc

#fcdd93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdd93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdd93 Color CSS Codes

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

#fcdd93 Text Font Color

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

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


#fcdd93 Background Color

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

This div background color is #fcdd93


#fcdd93 Border Color

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

This div border color is #fcdd93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdd93


Comments

No comments written yet.

Please login to write comment.