Color Hex Logo

#ffd69d Color Hex

#FFD69D
(255,214,157)
0 Favorites   0 Comments

Color spaces of #ffd69d

RGB 255214157
HSL0.101.000.81
HSV35°38°100°
CMYK 0.000.160.38   0.00
XYZ71.372471.787541.9929
Yxy71.78750.38550.3877
Hunter Lab84.72752.090929.9238
CIE-Lab87.86626.766033.4996

#ffd69d color RGB value is (255,214,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10011101
Octal 377 326 235
Decimal 255 214 157
Hex FF D6 9D

RGB Percentages of Color #ffd69d

%40.73
%34.19
%25.08

CMYK Percentages of Color #ffd69d

%0
%16
%38
%0

Triadic Colors of #ffd69d

#ffd69d #9dffd6 #d69dff

Analogous Colors of #ffd69d

#ffd69d #f7ff9d #ffa59d

Monochromatic Colors of #ffd69d

#ffd69d

Complementary Color

#ffd69d #9dc6ff

#ffd69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd69d Color CSS Codes

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

#ffd69d Text Font Color

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

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


#ffd69d Background Color

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

This div background color is #ffd69d


#ffd69d Border Color

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

This div border color is #ffd69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd69d

Related Colors

#ffd69d Color Palettes


Comments

No comments written yet.

Please login to write comment.