Color Hex Logo

#ffd68c Color Hex

#FFD68C
(255,214,140)
0 Favorites   0 Comments

Color spaces of #ffd68c

RGB 255214140
HSL0.111.000.77
HSV39°45°100°
CMYK 0.000.160.45   0.00
XYZ70.020271.246634.8724
Yxy71.24660.39750.4045
Hunter Lab84.40770.360834.5902
CIE-Lab87.60475.004941.7916

#ffd68c color RGB value is (255,214,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10001100
Octal 377 326 214
Decimal 255 214 140
Hex FF D6 8C

RGB Percentages of Color #ffd68c

%41.87
%35.14
%22.99

CMYK Percentages of Color #ffd68c

%0
%16
%45
%0

Triadic Colors of #ffd68c

#ffd68c #8cffd6 #d68cff

Analogous Colors of #ffd68c

#ffd68c #efff8c #ff9d8c

Monochromatic Colors of #ffd68c

#ffd68c

Complementary Color

#ffd68c #8cb5ff

#ffd68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd68c Color CSS Codes

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

#ffd68c Text Font Color

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

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


#ffd68c Background Color

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

This div background color is #ffd68c


#ffd68c Border Color

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

This div border color is #ffd68c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ffd68c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd68c


Comments

No comments written yet.

Please login to write comment.