Color Hex Logo

#d1ffcd Color Hex

#D1FFCD
(209,255,205)
1 Favorites   0 Comments

Color spaces of #d1ffcd

RGB 209255205
HSL0.321.000.90
HSV115°20°100°
CMYK 0.180.000.20   0.00
XYZ73.073989.483171.1782
Yxy89.48310.31260.3828
Hunter Lab94.5955-27.653021.6042
CIE-Lab95.7819-23.770419.1504

#d1ffcd color RGB value is (209,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111111 11001101
Octal 321 377 315
Decimal 209 255 205
Hex D1 FF CD

RGB Percentages of Color #d1ffcd

%31.24
%38.12
%30.64

CMYK Percentages of Color #d1ffcd

%18
%0
%20
%0

Triadic Colors of #d1ffcd

#d1ffcd #cdd1ff #ffcdd1

Analogous Colors of #d1ffcd

#d1ffcd #cdffe2 #eaffcd

Monochromatic Colors of #d1ffcd

#d1ffcd

Complementary Color

#d1ffcd #fbcdff

#d1ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ffcd Color CSS Codes

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

#d1ffcd Text Font Color

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

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


#d1ffcd Background Color

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

This div background color is #d1ffcd


#d1ffcd Border Color

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

This div border color is #d1ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ffcd

#d1ffcd Color Palettes


Comments

No comments written yet.

Please login to write comment.