Color Hex Logo

#d3fec2 Color Hex

#D3FEC2
(211,254,194)
0 Favorites   0 Comments

Color spaces of #d3fec2

RGB 211254194
HSL0.290.970.88
HSV103°24°100°
CMYK 0.170.000.24   0.00
XYZ72.043488.627564.3487
Yxy88.62750.32020.3939
Hunter Lab94.1422-28.149625.3732
CIE-Lab95.4245-24.393224.2734

#d3fec2 color RGB value is (211,254,194).

#d3fec2 hex color red value is 211, green value is 254 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #d3fec2 hue: 0.29 , saturation: 0.97 and the lightness value of d3fec2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11000010
Octal 323 376 302
Decimal 211 254 194
Hex D3 FE C2

RGB Percentages of Color #d3fec2

%32.02
%38.54
%29.44

CMYK Percentages of Color #d3fec2

%17
%0
%24
%0

Triadic Colors of #d3fec2

#d3fec2 #c2d3fe #fec2d3

Analogous Colors of #d3fec2

#d3fec2 #c2fecf #f1fec2

Monochromatic Colors of #d3fec2

#d3fec2

Complementary Color

#d3fec2 #edc2fe

#d3fec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fec2 Color CSS Codes

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

#d3fec2 Text Font Color

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

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


#d3fec2 Background Color

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

This div background color is #d3fec2


#d3fec2 Border Color

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

This div border color is #d3fec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fec2

Related Colors


Comments

No comments written yet.

Please login to write comment.