Color Hex Logo

#d3fecb Color Hex

#D3FECB
(211,254,203)
0 Favorites   0 Comments

Color spaces of #d3fecb

RGB 211254203
HSL0.310.960.90
HSV111°20°100°
CMYK 0.170.000.20   0.00
XYZ73.085389.044369.8352
Yxy89.04430.31510.3839
Hunter Lab94.3633-26.885722.1757
CIE-Lab95.5989-22.957719.9335

#d3fecb color RGB value is (211,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111110 11001011
Octal 323 376 313
Decimal 211 254 203
Hex D3 FE CB

RGB Percentages of Color #d3fecb

%31.59
%38.02
%30.39

CMYK Percentages of Color #d3fecb

%17
%0
%20
%0

Triadic Colors of #d3fecb

#d3fecb #cbd3fe #fecbd3

Analogous Colors of #d3fecb

#d3fecb #cbfedd #edfecb

Monochromatic Colors of #d3fecb

#d3fecb

Complementary Color

#d3fecb #f6cbfe

#d3fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3fecb Color CSS Codes

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

#d3fecb Text Font Color

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

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


#d3fecb Background Color

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

This div background color is #d3fecb


#d3fecb Border Color

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

This div border color is #d3fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3fecb


Comments

No comments written yet.

Please login to write comment.