Color Hex Logo

#ffd2ab Color Hex

#FFD2AB
(255,210,171)
1 Favorites   0 Comments

Color spaces of #ffd2ab

RGB 255210171
HSL0.081.000.84
HSV28°33°100°
CMYK 0.000.180.33   0.00
XYZ71.637370.293548.3204
Yxy70.29350.37650.3695
Hunter Lab83.84125.795424.5181
CIE-Lab87.140610.455125.2759

#ffd2ab color RGB value is (255,210,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 10101011
Octal 377 322 253
Decimal 255 210 171
Hex FF D2 AB

RGB Percentages of Color #ffd2ab

%40.09
%33.02
%26.89

CMYK Percentages of Color #ffd2ab

%0
%18
%33
%0

Triadic Colors of #ffd2ab

#ffd2ab #abffd2 #d2abff

Analogous Colors of #ffd2ab

#ffd2ab #fffcab #ffabae

Monochromatic Colors of #ffd2ab

#ffd2ab

Complementary Color

#ffd2ab #abd8ff

#ffd2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd2ab Color CSS Codes

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

#ffd2ab Text Font Color

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

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


#ffd2ab Background Color

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

This div background color is #ffd2ab


#ffd2ab Border Color

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

This div border color is #ffd2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd2ab


Comments

No comments written yet.

Please login to write comment.