Color Hex Logo

#d3ffcd Color Hex

#D3FFCD
(211,255,205)
0 Favorites   0 Comments

Color spaces of #d3ffcd

RGB 211255205
HSL0.311.000.90
HSV113°20°100°
CMYK 0.170.000.20   0.00
XYZ73.643489.776771.2048
Yxy89.77670.31390.3826
Hunter Lab94.7506-27.077221.7691
CIE-Lab95.9041-23.109919.3394

#d3ffcd color RGB value is (211,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111111 11001101
Octal 323 377 315
Decimal 211 255 205
Hex D3 FF CD

RGB Percentages of Color #d3ffcd

%31.45
%38.00
%30.55

CMYK Percentages of Color #d3ffcd

%17
%0
%20
%0

Triadic Colors of #d3ffcd

#d3ffcd #cdd3ff #ffcdd3

Analogous Colors of #d3ffcd

#d3ffcd #cdffe0 #ecffcd

Monochromatic Colors of #d3ffcd

#d3ffcd

Complementary Color

#d3ffcd #f9cdff

#d3ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ffcd Color CSS Codes

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

#d3ffcd Text Font Color

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

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


#d3ffcd Background Color

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

This div background color is #d3ffcd


#d3ffcd Border Color

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

This div border color is #d3ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ffcd

Related Colors

#d3ffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.