Color Hex Logo

#d3fedf Color Hex

#D3FEDF
(211,254,223)
0 Favorites   0 Comments

Color spaces of #d3fedf

RGB 211254223
HSL0.380.960.91
HSV137°17°100°
CMYK 0.170.000.12   0.00
XYZ75.625190.060283.2095
Yxy90.06020.30380.3618
Hunter Lab94.9001-23.829914.4439
CIE-Lab96.0217-19.534310.2884

#d3fedf color RGB value is (211,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11011111
Octal 323 376 337
Decimal 211 254 223
Hex D3 FE DF

RGB Percentages of Color #d3fedf

%30.67
%36.92
%32.41

CMYK Percentages of Color #d3fedf

%17
%0
%12
%0

Triadic Colors of #d3fedf

#d3fedf #dfd3fe #fedfd3

Analogous Colors of #d3fedf

#d3fedf #d3fef5 #ddfed3

Monochromatic Colors of #d3fedf

#d3fedf

Complementary Color

#d3fedf #fed3f2

#d3fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fedf Color CSS Codes

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

#d3fedf Text Font Color

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

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


#d3fedf Background Color

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

This div background color is #d3fedf


#d3fedf Border Color

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

This div border color is #d3fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fedf

Related Colors


Comments

No comments written yet.

Please login to write comment.