Color Hex Logo

#d5fedd Color Hex

#D5FEDD
(213,254,221)
0 Favorites   0 Comments

Color spaces of #d5fedd

RGB 213254221
HSL0.370.950.92
HSV132°16°100°
CMYK 0.160.000.13   0.00
XYZ75.933590.250281.8245
Yxy90.25020.30620.3639
Hunter Lab95.0001-23.575315.4330
CIE-Lab96.1005-19.244711.4443

#d5fedd color RGB value is (213,254,221).

#d5fedd hex color red value is 213, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d5fedd hue: 0.37 , saturation: 0.95 and the lightness value of d5fedd is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 11011101
Octal 325 376 335
Decimal 213 254 221
Hex D5 FE DD

RGB Percentages of Color #d5fedd

%30.96
%36.92
%32.12

CMYK Percentages of Color #d5fedd

%16
%0
%13
%0

Triadic Colors of #d5fedd

#d5fedd #ddd5fe #feddd5

Analogous Colors of #d5fedd

#d5fedd #d5fef2 #e2fed5

Monochromatic Colors of #d5fedd

#d5fedd

Complementary Color

#d5fedd #fed5f6

#d5fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fedd Color CSS Codes

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

#d5fedd Text Font Color

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

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


#d5fedd Background Color

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

This div background color is #d5fedd


#d5fedd Border Color

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

This div border color is #d5fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fedd


Comments

No comments written yet.

Please login to write comment.