Color Hex Logo

#d4fecf Color Hex

#D4FECF
(212,254,207)
0 Favorites   0 Comments

Color spaces of #d4fecf

RGB 212254207
HSL0.320.960.90
HSV114°19°100°
CMYK 0.170.000.19   0.00
XYZ73.855789.385772.3920
Yxy89.38570.31340.3793
Hunter Lab94.5440-26.011720.7827
CIE-Lab95.7414-21.967818.0994

#d4fecf color RGB value is (212,254,207).

#d4fecf hex color red value is 212, green value is 254 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d4fecf hue: 0.32 , saturation: 0.96 and the lightness value of d4fecf is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11111110 11001111
Octal 324 376 317
Decimal 212 254 207
Hex D4 FE CF

RGB Percentages of Color #d4fecf

%31.50
%37.74
%30.76

CMYK Percentages of Color #d4fecf

%17
%0
%19
%0

Triadic Colors of #d4fecf

#d4fecf #cfd4fe #fecfd4

Analogous Colors of #d4fecf

#d4fecf #cffee2 #ecfecf

Monochromatic Colors of #d4fecf

#d4fecf

Complementary Color

#d4fecf #f9cffe

#d4fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4fecf Color CSS Codes

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

#d4fecf Text Font Color

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

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


#d4fecf Background Color

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

This div background color is #d4fecf


#d4fecf Border Color

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

This div border color is #d4fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4fecf


Comments

No comments written yet.

Please login to write comment.