Color Hex Logo

#d4fcde Color Hex

#D4FCDE
(212,252,222)
0 Favorites   0 Comments

Color spaces of #d4fcde

RGB 212252222
HSL0.380.870.91
HSV135°16°99°
CMYK 0.160.000.12   0.01
XYZ75.146688.891882.3044
Yxy88.89180.30500.3608
Hunter Lab94.2824-22.723214.2402
CIE-Lab95.5352-18.416310.1149

#d4fcde color RGB value is (212,252,222).

#d4fcde hex color red value is 212, green value is 252 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4fcde hue: 0.38 , saturation: 0.87 and the lightness value of d4fcde is 0.91.

The process color (four color CMYK) of #d4fcde color hex is 0.16, 0.00, 0.12, 0.01. Web safe color of #d4fcde is #ccffcc. Color #d4fcde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111100 11011110
Octal 324 374 336
Decimal 212 252 222
Hex D4 FC DE

RGB Percentages of Color #d4fcde

%30.90
%36.73
%32.36

CMYK Percentages of Color #d4fcde

%16
%0
%12
%1

Triadic Colors of #d4fcde

#d4fcde #ded4fc #fcded4

Analogous Colors of #d4fcde

#d4fcde #d4fcf2 #defcd4

Monochromatic Colors of #d4fcde

#d4fcde

Complementary Color

#d4fcde #fcd4f2

#d4fcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fcde Color CSS Codes

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

#d4fcde Text Font Color

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

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


#d4fcde Background Color

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

This div background color is #d4fcde


#d4fcde Border Color

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

This div border color is #d4fcde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,252,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4fcde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4fcde;
  -webkit-box-shadow: 1px 1px 3px 2px #d4fcde;
  box-shadow:         1px 1px 3px 2px #d4fcde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,252,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fcde


Comments

No comments written yet.

Please login to write comment.