Color Hex Logo

#ffd2af Color Hex

#FFD2AF
(255,210,175)
0 Favorites   0 Comments

Color spaces of #ffd2af

RGB 255210175
HSL0.071.000.84
HSV26°31°100°
CMYK 0.000.180.31   0.00
XYZ72.024570.448350.3592
Yxy70.44830.37350.3653
Hunter Lab83.93356.289823.1801
CIE-Lab87.216310.947423.2902

#ffd2af color RGB value is (255,210,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10101111
Octal 377 322 257
Decimal 255 210 175
Hex FF D2 AF

RGB Percentages of Color #ffd2af

%39.84
%32.81
%27.34

CMYK Percentages of Color #ffd2af

%0
%18
%31
%0

Triadic Colors of #ffd2af

#ffd2af #afffd2 #d2afff

Analogous Colors of #ffd2af

#ffd2af #fffaaf #ffafb4

Monochromatic Colors of #ffd2af

#ffd2af

Complementary Color

#ffd2af #afdcff

#ffd2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd2af Color CSS Codes

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

#ffd2af Text Font Color

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

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


#ffd2af Background Color

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

This div background color is #ffd2af


#ffd2af Border Color

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

This div border color is #ffd2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd2af

#ffd2af Color Palettes


Comments

No comments written yet.

Please login to write comment.