Color Hex Logo

#fdc78a Color Hex

#FDC78A
(253,199,138)
0 Favorites   0 Comments

Color spaces of #fdc78a

RGB 253199138
HSL0.090.970.77
HSV32°45°99°
CMYK 0.000.210.45   0.01
XYZ65.518963.564532.8607
Yxy63.56450.40460.3925
Hunter Lab79.72737.166131.3720
CIE-Lab83.738511.777737.8094

#fdc78a color RGB value is (253,199,138).

#fdc78a hex color red value is 253, green value is 199 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fdc78a hue: 0.09 , saturation: 0.97 and the lightness value of fdc78a is 0.77.

The process color (four color CMYK) of #fdc78a color hex is 0.00, 0.21, 0.45, 0.01. Web safe color of #fdc78a is #ffcc99. Color #fdc78a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 10001010
Octal 375 307 212
Decimal 253 199 138
Hex FD C7 8A

RGB Percentages of Color #fdc78a

%42.88
%33.73
%23.39

CMYK Percentages of Color #fdc78a

%0
%21
%45
%1

Triadic Colors of #fdc78a

#fdc78a #8afdc7 #c78afd

Analogous Colors of #fdc78a

#fdc78a #fafd8a #fd8e8a

Monochromatic Colors of #fdc78a

#fdc78a

Complementary Color

#fdc78a #8ac0fd

#fdc78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc78a Color CSS Codes

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

#fdc78a Text Font Color

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

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


#fdc78a Background Color

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

This div background color is #fdc78a


#fdc78a Border Color

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

This div border color is #fdc78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc78a


Comments

No comments written yet.

Please login to write comment.