Color Hex Logo

#d9faca Color Hex

#D9FACA
(217,250,202)
0 Favorites   0 Comments

Color spaces of #d9faca

RGB 217250202
HSL0.280.830.89
HSV101°19°98°
CMYK 0.130.000.19   0.02
XYZ73.461587.387268.8727
Yxy87.38720.31980.3804
Hunter Lab93.4811-23.319021.7546
CIE-Lab94.9023-19.170419.5285

#d9faca color RGB value is (217,250,202).

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

The process color (four color CMYK) of #d9faca color hex is 0.13, 0.00, 0.19, 0.02. Web safe color of #d9faca is #ccffcc. Color #d9faca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11111010 11001010
Octal 331 372 312
Decimal 217 250 202
Hex D9 FA CA

RGB Percentages of Color #d9faca

%32.44
%37.37
%30.19

CMYK Percentages of Color #d9faca

%13
%0
%19
%2

Triadic Colors of #d9faca

#d9faca #cad9fa #facad9

Analogous Colors of #d9faca

#d9faca #cafad3 #f1faca

Monochromatic Colors of #d9faca

#d9faca

Complementary Color

#d9faca #ebcafa

#d9faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9faca Color CSS Codes

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

#d9faca Text Font Color

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

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


#d9faca Background Color

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

This div background color is #d9faca


#d9faca Border Color

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

This div border color is #d9faca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,250,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9faca


Comments

No comments written yet.

Please login to write comment.