Color Hex Logo

#d2fedf Color Hex

#D2FEDF
(210,254,223)
0 Favorites   0 Comments

Color spaces of #d2fedf

RGB 210254223
HSL0.380.960.91
HSV138°17°100°
CMYK 0.170.000.12   0.00
XYZ75.339489.913083.1962
Yxy89.91300.30320.3619
Hunter Lab94.8225-24.115514.3553
CIE-Lab95.9607-19.855310.1929

#d2fedf color RGB value is (210,254,223).

#d2fedf hex color red value is 210, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d2fedf hue: 0.38 , saturation: 0.96 and the lightness value of d2fedf is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111110 11011111
Octal 322 376 337
Decimal 210 254 223
Hex D2 FE DF

RGB Percentages of Color #d2fedf

%30.57
%36.97
%32.46

CMYK Percentages of Color #d2fedf

%17
%0
%12
%0

Triadic Colors of #d2fedf

#d2fedf #dfd2fe #fedfd2

Analogous Colors of #d2fedf

#d2fedf #d2fef5 #dbfed2

Monochromatic Colors of #d2fedf

#d2fedf

Complementary Color

#d2fedf #fed2f1

#d2fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fedf Color CSS Codes

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

#d2fedf Text Font Color

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

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


#d2fedf Background Color

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

This div background color is #d2fedf


#d2fedf Border Color

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

This div border color is #d2fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fedf


Comments

No comments written yet.

Please login to write comment.