Color Hex Logo

#fdcb93 Color Hex

#FDCB93
(253,203,147)
0 Favorites   0 Comments

Color spaces of #fdcb93

RGB 253203147
HSL0.090.960.78
HSV32°42°99°
CMYK 0.000.200.42   0.01
XYZ67.130465.701136.7472
Yxy65.70110.39590.3874
Hunter Lab81.05625.984529.8600
CIE-Lab84.843710.605834.6218

#fdcb93 color RGB value is (253,203,147).

#fdcb93 hex color red value is 253, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdcb93 hue: 0.09 , saturation: 0.96 and the lightness value of fdcb93 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10010011
Octal 375 313 223
Decimal 253 203 147
Hex FD CB 93

RGB Percentages of Color #fdcb93

%41.96
%33.67
%24.38

CMYK Percentages of Color #fdcb93

%0
%20
%42
%1

Triadic Colors of #fdcb93

#fdcb93 #93fdcb #cb93fd

Analogous Colors of #fdcb93

#fdcb93 #fafd93 #fd9693

Monochromatic Colors of #fdcb93

#fdcb93

Complementary Color

#fdcb93 #93c5fd

#fdcb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb93 Color CSS Codes

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

#fdcb93 Text Font Color

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

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


#fdcb93 Background Color

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

This div background color is #fdcb93


#fdcb93 Border Color

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

This div border color is #fdcb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb93


Comments

No comments written yet.

Please login to write comment.