Color Hex Logo

#d1fddc Color Hex

#D1FDDC
(209,253,220)
0 Favorites   0 Comments

Color spaces of #d1fddc

RGB 209253220
HSL0.380.920.91
HSV135°17°99°
CMYK 0.170.000.13   0.01
XYZ74.338088.973280.9657
Yxy88.97320.30430.3642
Hunter Lab94.3256-24.394015.1355
CIE-Lab95.5692-20.227311.1668

#d1fddc color RGB value is (209,253,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111101 11011100
Octal 321 375 334
Decimal 209 253 220
Hex D1 FD DC

RGB Percentages of Color #d1fddc

%30.65
%37.10
%32.26

CMYK Percentages of Color #d1fddc

%17
%0
%13
%1

Triadic Colors of #d1fddc

#d1fddc #dcd1fd #fddcd1

Analogous Colors of #d1fddc

#d1fddc #d1fdf2 #dcfdd1

Monochromatic Colors of #d1fddc

#d1fddc

Complementary Color

#d1fddc #fdd1f2

#d1fddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fddc Color CSS Codes

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

#d1fddc Text Font Color

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

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


#d1fddc Background Color

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

This div background color is #d1fddc


#d1fddc Border Color

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

This div border color is #d1fddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fddc


Comments

No comments written yet.

Please login to write comment.