Color Hex Logo

#d5facd Color Hex

#D5FACD
(213,250,205)
0 Favorites   0 Comments

Color spaces of #d5facd

RGB 213250205
HSL0.300.820.89
HSV109°18°98°
CMYK 0.150.000.18   0.02
XYZ72.645686.925170.7070
Yxy86.92510.31550.3775
Hunter Lab93.2336-24.075620.2989
CIE-Lab94.7065-20.031517.6801

#d5facd color RGB value is (213,250,205).

#d5facd hex color red value is 213, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d5facd hue: 0.30 , saturation: 0.82 and the lightness value of d5facd is 0.89.

The process color (four color CMYK) of #d5facd color hex is 0.15, 0.00, 0.18, 0.02. Web safe color of #d5facd is #ccffcc. Color #d5facd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111010 11001101
Octal 325 372 315
Decimal 213 250 205
Hex D5 FA CD

RGB Percentages of Color #d5facd

%31.89
%37.43
%30.69

CMYK Percentages of Color #d5facd

%15
%0
%18
%2

Triadic Colors of #d5facd

#d5facd #cdd5fa #facdd5

Analogous Colors of #d5facd

#d5facd #cdfadc #ecfacd

Monochromatic Colors of #d5facd

#d5facd

Complementary Color

#d5facd #f2cdfa

#d5facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5facd Color CSS Codes

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

#d5facd Text Font Color

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

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


#d5facd Background Color

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

This div background color is #d5facd


#d5facd Border Color

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

This div border color is #d5facd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5facd


Comments

No comments written yet.

Please login to write comment.