Color Hex Logo

#fdcb6d Color Hex

#FDCB6D
(253,203,109)
0 Favorites   0 Comments

Color spaces of #fdcb6d

RGB 253203109
HSL0.110.970.71
HSV39°57°99°
CMYK 0.000.200.57   0.01
XYZ64.624364.698623.5500
Yxy64.69860.42270.4232
Hunter Lab80.43542.650438.9458
CIE-Lab84.32827.216552.9265

#fdcb6d color RGB value is (253,203,109).

#fdcb6d hex color red value is 253, green value is 203 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fdcb6d hue: 0.11 , saturation: 0.97 and the lightness value of fdcb6d is 0.71.

The process color (four color CMYK) of #fdcb6d color hex is 0.00, 0.20, 0.57, 0.01. Web safe color of #fdcb6d is #ffcc66. Color #fdcb6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01101101
Octal 375 313 155
Decimal 253 203 109
Hex FD CB 6D

RGB Percentages of Color #fdcb6d

%44.78
%35.93
%19.29

CMYK Percentages of Color #fdcb6d

%0
%20
%57
%1

Triadic Colors of #fdcb6d

#fdcb6d #6dfdcb #cb6dfd

Analogous Colors of #fdcb6d

#fdcb6d #e7fd6d #fd836d

Monochromatic Colors of #fdcb6d

#fdcb6d

Complementary Color

#fdcb6d #6d9ffd

#fdcb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb6d Color CSS Codes

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

#fdcb6d Text Font Color

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

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


#fdcb6d Background Color

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

This div background color is #fdcb6d


#fdcb6d Border Color

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

This div border color is #fdcb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb6d

#fdcb6d Color Palettes


Comments

No comments written yet.

Please login to write comment.