Color Hex Logo

#d3fecd Color Hex

#D3FECD
(211,254,205)
0 Favorites   0 Comments

Color spaces of #d3fecd

RGB 211254205
HSL0.310.960.90
HSV113°19°100°
CMYK 0.170.000.19   0.00
XYZ73.325289.140371.0988
Yxy89.14030.31390.3817
Hunter Lab94.4141-26.595621.4414
CIE-Lab95.6390-22.629918.9686

#d3fecd color RGB value is (211,254,205).

#d3fecd hex color red value is 211, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d3fecd hue: 0.31 , saturation: 0.96 and the lightness value of d3fecd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11001101
Octal 323 376 315
Decimal 211 254 205
Hex D3 FE CD

RGB Percentages of Color #d3fecd

%31.49
%37.91
%30.60

CMYK Percentages of Color #d3fecd

%17
%0
%19
%0

Triadic Colors of #d3fecd

#d3fecd #cdd3fe #fecdd3

Analogous Colors of #d3fecd

#d3fecd #cdfee0 #ecfecd

Monochromatic Colors of #d3fecd

#d3fecd

Complementary Color

#d3fecd #f8cdfe

#d3fecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fecd Color CSS Codes

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

#d3fecd Text Font Color

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

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


#d3fecd Background Color

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

This div background color is #d3fecd


#d3fecd Border Color

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

This div border color is #d3fecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fecd


Comments

No comments written yet.

Please login to write comment.