Color Hex Logo

#fed68c Color Hex

#FED68C
(254,214,140)
0 Favorites   0 Comments

Color spaces of #fed68c

RGB 254214140
HSL0.110.980.77
HSV39°45°100°
CMYK 0.000.160.45   0.00
XYZ69.653271.057434.8553
Yxy71.05740.39670.4047
Hunter Lab84.2956-0.023134.4911
CIE-Lab87.51294.610241.6558

#fed68c color RGB value is (254,214,140).

#fed68c hex color red value is 254, green value is 214 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #fed68c hue: 0.11 , saturation: 0.98 and the lightness value of fed68c is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 10001100
Octal 376 326 214
Decimal 254 214 140
Hex FE D6 8C

RGB Percentages of Color #fed68c

%41.78
%35.20
%23.03

CMYK Percentages of Color #fed68c

%0
%16
%45
%0

Triadic Colors of #fed68c

#fed68c #8cfed6 #d68cfe

Analogous Colors of #fed68c

#fed68c #edfe8c #fe9d8c

Monochromatic Colors of #fed68c

#fed68c

Complementary Color

#fed68c #8cb4fe

#fed68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed68c Color CSS Codes

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

#fed68c Text Font Color

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

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


#fed68c Background Color

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

This div background color is #fed68c


#fed68c Border Color

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

This div border color is #fed68c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,214,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fed68c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fed68c;
  -webkit-box-shadow: 1px 1px 3px 2px #fed68c;
  box-shadow:         1px 1px 3px 2px #fed68c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,214,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed68c


Comments

No comments written yet.

Please login to write comment.