Color Hex Logo

#d2fedd Color Hex

#D2FEDD
(210,254,221)
0 Favorites   0 Comments

Color spaces of #d2fedd

RGB 210254221
HSL0.380.960.91
HSV135°17°100°
CMYK 0.170.000.13   0.00
XYZ75.071389.805781.7842
Yxy89.80570.30430.3641
Hunter Lab94.7659-24.436815.1681
CIE-Lab95.9161-20.212811.1564

#d2fedd color RGB value is (210,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111110 11011101
Octal 322 376 335
Decimal 210 254 221
Hex D2 FE DD

RGB Percentages of Color #d2fedd

%30.66
%37.08
%32.26

CMYK Percentages of Color #d2fedd

%17
%0
%13
%0

Triadic Colors of #d2fedd

#d2fedd #ddd2fe #feddd2

Analogous Colors of #d2fedd

#d2fedd #d2fef3 #ddfed2

Monochromatic Colors of #d2fedd

#d2fedd

Complementary Color

#d2fedd #fed2f3

#d2fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2fedd Color CSS Codes

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

#d2fedd Text Font Color

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

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


#d2fedd Background Color

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

This div background color is #d2fedd


#d2fedd Border Color

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

This div border color is #d2fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2fedd


Comments

No comments written yet.

Please login to write comment.