Color Hex Logo

#ffd69a Color Hex

#FFD69A
(255,214,154)
0 Favorites   0 Comments

Color spaces of #ffd69a

RGB 255214154
HSL0.101.000.80
HSV36°40°100°
CMYK 0.000.160.40   0.00
XYZ71.119371.686240.6603
Yxy71.68620.38760.3907
Hunter Lab84.66771.768230.7943
CIE-Lab87.81736.438934.9718

#ffd69a color RGB value is (255,214,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 10011010
Octal 377 326 232
Decimal 255 214 154
Hex FF D6 9A

RGB Percentages of Color #ffd69a

%40.93
%34.35
%24.72

CMYK Percentages of Color #ffd69a

%0
%16
%40
%0

Triadic Colors of #ffd69a

#ffd69a #9affd6 #d69aff

Analogous Colors of #ffd69a

#ffd69a #f6ff9a #ffa49a

Monochromatic Colors of #ffd69a

#ffd69a

Complementary Color

#ffd69a #9ac3ff

#ffd69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd69a Color CSS Codes

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

#ffd69a Text Font Color

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

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


#ffd69a Background Color

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

This div background color is #ffd69a


#ffd69a Border Color

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

This div border color is #ffd69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd69a

Related Colors


Comments

No comments written yet.

Please login to write comment.