Color Hex Logo

#d1fdcc Color Hex

#D1FDCC
(209,253,204)
0 Favorites   0 Comments

Color spaces of #d1fdcc

RGB 209253204
HSL0.320.920.90
HSV114°19°99°
CMYK 0.170.000.19   0.01
XYZ72.318988.165570.3328
Yxy88.16550.31330.3820
Hunter Lab93.8965-26.838521.3166
CIE-Lab95.2306-22.976818.8898

#d1fdcc color RGB value is (209,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111101 11001100
Octal 321 375 314
Decimal 209 253 204
Hex D1 FD CC

RGB Percentages of Color #d1fdcc

%31.38
%37.99
%30.63

CMYK Percentages of Color #d1fdcc

%17
%0
%19
%1

Triadic Colors of #d1fdcc

#d1fdcc #ccd1fd #fdccd1

Analogous Colors of #d1fdcc

#d1fdcc #ccfde0 #eafdcc

Monochromatic Colors of #d1fdcc

#d1fdcc

Complementary Color

#d1fdcc #f8ccfd

#d1fdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fdcc Color CSS Codes

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

#d1fdcc Text Font Color

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

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


#d1fdcc Background Color

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

This div background color is #d1fdcc


#d1fdcc Border Color

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

This div border color is #d1fdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fdcc


Comments

No comments written yet.

Please login to write comment.