Color Hex Logo

#ffd0ae Color Hex

#FFD0AE
(255,208,174)
0 Favorites   0 Comments

Color spaces of #ffd0ae

RGB 255208174
HSL0.071.000.84
HSV25°32°100°
CMYK 0.000.180.32   0.00
XYZ71.435969.427749.6802
Yxy69.42770.37490.3644
Hunter Lab83.32337.218422.9756
CIE-Lab86.715411.861123.1249

#ffd0ae color RGB value is (255,208,174).

#ffd0ae hex color red value is 255, green value is 208 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ffd0ae hue: 0.07 , saturation: 1.00 and the lightness value of ffd0ae is 0.84.

The process color (four color CMYK) of #ffd0ae color hex is 0.00, 0.18, 0.32, 0.00. Web safe color of #ffd0ae is #ffcc99. Color #ffd0ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 10101110
Octal 377 320 256
Decimal 255 208 174
Hex FF D0 AE

RGB Percentages of Color #ffd0ae

%40.03
%32.65
%27.32

CMYK Percentages of Color #ffd0ae

%0
%18
%32
%0

Triadic Colors of #ffd0ae

#ffd0ae #aeffd0 #d0aeff

Analogous Colors of #ffd0ae

#ffd0ae #fff9ae #ffaeb5

Monochromatic Colors of #ffd0ae

#ffd0ae

Complementary Color

#ffd0ae #aeddff

#ffd0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd0ae Color CSS Codes

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

#ffd0ae Text Font Color

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

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


#ffd0ae Background Color

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

This div background color is #ffd0ae


#ffd0ae Border Color

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

This div border color is #ffd0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd0ae

#ffd0ae Color Palettes


Comments

No comments written yet.

Please login to write comment.