Color Hex Logo

#d6faab Color Hex

#D6FAAB
(214,250,171)
0 Favorites   0 Comments

Color spaces of #d6faab

RGB 214250171
HSL0.240.890.83
HSV87°32°98°
CMYK 0.140.000.32   0.02
XYZ69.267885.607651.4012
Yxy85.60760.33580.4150
Hunter Lab92.5244-28.284731.8290
CIE-Lab94.1443-24.806534.1756

#d6faab color RGB value is (214,250,171).

#d6faab hex color red value is 214, green value is 250 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d6faab hue: 0.24 , saturation: 0.89 and the lightness value of d6faab is 0.83.

The process color (four color CMYK) of #d6faab color hex is 0.14, 0.00, 0.32, 0.02. Web safe color of #d6faab is #ccff99. Color #d6faab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11111010 10101011
Octal 326 372 253
Decimal 214 250 171
Hex D6 FA AB

RGB Percentages of Color #d6faab

%33.70
%39.37
%26.93

CMYK Percentages of Color #d6faab

%14
%0
%32
%2

Triadic Colors of #d6faab

#d6faab #abd6fa #faabd6

Analogous Colors of #d6faab

#d6faab #affaab #faf7ab

Monochromatic Colors of #d6faab

#d6faab

Complementary Color

#d6faab #cfabfa

#d6faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6faab Color CSS Codes

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

#d6faab Text Font Color

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

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


#d6faab Background Color

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

This div background color is #d6faab


#d6faab Border Color

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

This div border color is #d6faab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,250,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 #d6faab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6faab


Comments

No comments written yet.

Please login to write comment.