Color Hex Logo

#fdc68e Color Hex

#FDC68E
(253,198,142)
0 Favorites   0 Comments

Color spaces of #fdc68e

RGB 253198142
HSL0.080.970.77
HSV30°44°99°
CMYK 0.000.220.44   0.01
XYZ65.584663.223834.3379
Yxy63.22380.40200.3875
Hunter Lab79.51348.082730.0550
CIE-Lab83.560012.694835.5208

#fdc68e color RGB value is (253,198,142).

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

The process color (four color CMYK) of #fdc68e color hex is 0.00, 0.22, 0.44, 0.01. Web safe color of #fdc68e is #ffcc99. Color #fdc68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000110 10001110
Octal 375 306 216
Decimal 253 198 142
Hex FD C6 8E

RGB Percentages of Color #fdc68e

%42.66
%33.39
%23.95

CMYK Percentages of Color #fdc68e

%0
%22
%44
%1

Triadic Colors of #fdc68e

#fdc68e #8efdc6 #c68efd

Analogous Colors of #fdc68e

#fdc68e #fdfd8e #fd8f8e

Monochromatic Colors of #fdc68e

#fdc68e

Complementary Color

#fdc68e #8ec5fd

#fdc68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc68e Color CSS Codes

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

#fdc68e Text Font Color

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

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


#fdc68e Background Color

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

This div background color is #fdc68e


#fdc68e Border Color

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

This div border color is #fdc68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc68e

Related Colors


Comments

No comments written yet.

Please login to write comment.