Color Hex Logo

#d1ffdc Color Hex

#D1FFDC
(209,255,220)
0 Favorites   0 Comments

Color spaces of #d1ffdc

RGB 209255220
HSL0.371.000.91
HSV134°18°100°
CMYK 0.180.000.14   0.00
XYZ74.972890.242681.1772
Yxy90.24260.30430.3663
Hunter Lab94.9961-25.367515.8321
CIE-Lab96.0973-21.196011.9197

#d1ffdc color RGB value is (209,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111111 11011100
Octal 321 377 334
Decimal 209 255 220
Hex D1 FF DC

RGB Percentages of Color #d1ffdc

%30.56
%37.28
%32.16

CMYK Percentages of Color #d1ffdc

%18
%0
%14
%0

Triadic Colors of #d1ffdc

#d1ffdc #dcd1ff #ffdcd1

Analogous Colors of #d1ffdc

#d1ffdc #d1fff3 #ddffd1

Monochromatic Colors of #d1ffdc

#d1ffdc

Complementary Color

#d1ffdc #ffd1f4

#d1ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1ffdc Color CSS Codes

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

#d1ffdc Text Font Color

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

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


#d1ffdc Background Color

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

This div background color is #d1ffdc


#d1ffdc Border Color

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

This div border color is #d1ffdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,255,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1ffdc


Comments

No comments written yet.

Please login to write comment.