Color Hex Logo

#fdcb79 Color Hex

#FDCB79
(253,203,121)
0 Favorites   0 Comments

Color spaces of #fdcb79

RGB 253203121
HSL0.100.970.73
HSV37°52°99°
CMYK 0.000.200.52   0.01
XYZ65.315164.975027.1881
Yxy64.97500.41480.4126
Hunter Lab80.60713.574436.4269
CIE-Lab84.47098.162647.2839

#fdcb79 color RGB value is (253,203,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001011 01111001
Octal 375 313 171
Decimal 253 203 121
Hex FD CB 79

RGB Percentages of Color #fdcb79

%43.85
%35.18
%20.97

CMYK Percentages of Color #fdcb79

%0
%20
%52
%1

Triadic Colors of #fdcb79

#fdcb79 #79fdcb #cb79fd

Analogous Colors of #fdcb79

#fdcb79 #edfd79 #fd8979

Monochromatic Colors of #fdcb79

#fdcb79

Complementary Color

#fdcb79 #79abfd

#fdcb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdcb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdcb79 Color CSS Codes

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

#fdcb79 Text Font Color

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

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


#fdcb79 Background Color

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

This div background color is #fdcb79


#fdcb79 Border Color

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

This div border color is #fdcb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdcb79


Comments

No comments written yet.

Please login to write comment.