Color Hex Logo

#fdcb9a Color Hex

#FDCB9A
(253,203,154)
0 Favorites   0 Comments

Color spaces of #fdcb9a

RGB 253203154
HSL0.080.960.80
HSV30°39°99°
CMYK 0.000.200.39   0.01
XYZ67.696765.927639.7292
Yxy65.92760.39050.3803
Hunter Lab81.19586.731027.8264
CIE-Lab84.959511.355531.1524

#fdcb9a color RGB value is (253,203,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 10011010
Octal 375 313 232
Decimal 253 203 154
Hex FD CB 9A

RGB Percentages of Color #fdcb9a

%41.48
%33.28
%25.25

CMYK Percentages of Color #fdcb9a

%0
%20
%39
%1

Triadic Colors of #fdcb9a

#fdcb9a #9afdcb #cb9afd

Analogous Colors of #fdcb9a

#fdcb9a #fdfd9a #fd9a9b

Monochromatic Colors of #fdcb9a

#fdcb9a

Complementary Color

#fdcb9a #9accfd

#fdcb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb9a Color CSS Codes

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

#fdcb9a Text Font Color

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

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


#fdcb9a Background Color

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

This div background color is #fdcb9a


#fdcb9a Border Color

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

This div border color is #fdcb9a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,203,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb9a

Related Colors


Comments

No comments written yet.

Please login to write comment.