Color Hex Logo

#d8faca Color Hex

#D8FACA
(216,250,202)
0 Favorites   0 Comments

Color spaces of #d8faca

RGB 216250202
HSL0.280.830.89
HSV103°19°98°
CMYK 0.140.000.19   0.02
XYZ73.165287.234468.8588
Yxy87.23440.31910.3805
Hunter Lab93.3994-23.619321.6679
CIE-Lab94.8376-19.509419.4286

#d8faca color RGB value is (216,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111010 11001010
Octal 330 372 312
Decimal 216 250 202
Hex D8 FA CA

RGB Percentages of Color #d8faca

%32.34
%37.43
%30.24

CMYK Percentages of Color #d8faca

%14
%0
%19
%2

Triadic Colors of #d8faca

#d8faca #cad8fa #facad8

Analogous Colors of #d8faca

#d8faca #cafad4 #f0faca

Monochromatic Colors of #d8faca

#d8faca

Complementary Color

#d8faca #eccafa

#d8faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8faca Color CSS Codes

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

#d8faca Text Font Color

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

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


#d8faca Background Color

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

This div background color is #d8faca


#d8faca Border Color

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

This div border color is #d8faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8faca


Comments

No comments written yet.

Please login to write comment.