Color Hex Logo

#d2fecb Color Hex

#D2FECB
(210,254,203)
0 Favorites   0 Comments

Color spaces of #d2fecb

RGB 210254203
HSL0.310.960.90
HSV112°20°100°
CMYK 0.170.000.20   0.00
XYZ72.799688.897169.8218
Yxy88.89710.31440.3840
Hunter Lab94.2853-27.175722.0932
CIE-Lab95.5374-23.290219.8385

#d2fecb color RGB value is (210,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111110 11001011
Octal 322 376 313
Decimal 210 254 203
Hex D2 FE CB

RGB Percentages of Color #d2fecb

%31.48
%38.08
%30.43

CMYK Percentages of Color #d2fecb

%17
%0
%20
%0

Triadic Colors of #d2fecb

#d2fecb #cbd2fe #fecbd2

Analogous Colors of #d2fecb

#d2fecb #cbfede #ecfecb

Monochromatic Colors of #d2fecb

#d2fecb

Complementary Color

#d2fecb #f7cbfe

#d2fecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fecb Color CSS Codes

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

#d2fecb Text Font Color

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

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


#d2fecb Background Color

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

This div background color is #d2fecb


#d2fecb Border Color

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

This div border color is #d2fecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fecb

Related Colors


Comments

No comments written yet.

Please login to write comment.